We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe7338 commit ee11bddCopy full SHA for ee11bdd
freeze_version.py
@@ -11,7 +11,7 @@
11
12
build_date = date.today().strftime('%Y-%m-%d')
13
14
-version = '0.0.2'
+version = '0.0.3'
15
16
with open(version_file_path, 'w+') as version_file:
17
version_file.write("version = '{}'\n".format(version))
0 commit comments