We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3919b commit 44fda10Copy full SHA for 44fda10
setup.py
@@ -11,7 +11,7 @@
11
MAJOR = 0
12
MINOR = 0
13
MICRO = 1
14
-ISRELEASED = False
+ISRELEASED = True
15
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
16
QUALIFIER = ''
17
0 commit comments