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 872edbe commit 8267fdbCopy full SHA for 8267fdb
setup.py
@@ -10,7 +10,7 @@
10
MAJOR = 0
11
MINOR = 10
12
MICRO = 0
13
-ISRELEASED = True
+ISRELEASED = False
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
QUALIFIER = 'rc2'
16
0 commit comments