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 ee52482 commit e0994b4Copy full SHA for e0994b4
1 file changed
setup.py
@@ -8,8 +8,8 @@
8
9
MAJOR = 0
10
MINOR = 3
11
-MICRO = 1
12
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments