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 3159423 commit 292d234Copy full SHA for 292d234
1 file changed
setup.py
@@ -14,8 +14,8 @@
14
15
MAJOR = 1
16
MINOR = 0
17
-MICRO = 1
18
-ISRELEASED = True
+MICRO = 2
+ISRELEASED = False
19
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
20
21
0 commit comments