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 e3b4adf commit ddc353cCopy full SHA for ddc353c
qmm/version.py
@@ -3,7 +3,7 @@
3
4
VERSION_MAJOR = 1
5
VERSION_MINOR = 0
6
-VERSION_BUILD = 0
+VERSION_BUILD = 1
7
# Either alpha, beta, RC or stable
8
VERSION_STAGE = "stable"
9
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_STAGE)
0 commit comments