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 b5a56d6 commit faa6fa0Copy full SHA for faa6fa0
setup.py
@@ -51,7 +51,7 @@
51
MINOR = 9
52
MICRO = 0
53
ISRELEASED = True
54
-VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
+VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
55
56
57
# Return the git revision as a string
0 commit comments