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 df39f6d commit 03c909cCopy full SHA for 03c909c
1 file changed
setup.py
@@ -26,7 +26,7 @@
26
MAJOR = 0
27
MINOR = 5
28
MICRO = 1
29
-ISRELEASED = False
+ISRELEASED = True
30
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
31
32
0 commit comments