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