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