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 71b1829 commit 0065764Copy full SHA for 0065764
src/utils/version.py
@@ -0,0 +1,5 @@
1
+VERSION_MAJOR = 0
2
+VERSION_MINOR = 0
3
+VERSION_PATCH = 1
4
+VERSION_RELEASE = 'alpha'
5
+VERSION = str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_PATCH) + "-" + VERSION_RELEASE
0 commit comments