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