Skip to content

Commit ce1f48f

Browse files
update minor number in the version in setup.py
1 parent 95223b0 commit ce1f48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
MAJOR = 1
3030
MINOR = 0
31-
MICRO = 0
31+
MICRO = 2
3232
ISRELEASED = False
3333

3434
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)