We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0522529 commit 3111e6fCopy full SHA for 3111e6f
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
11
MAJOR_VERSION = 914
12
MINOR_VERSION = 14
13
-POST_VERSION = None
+POST_VERSION = 1
14
15
if POST_VERSION:
16
VERSION_STRING = "%d.%d-%d" % (MAJOR_VERSION, MINOR_VERSION, POST_VERSION)
0 commit comments