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