Skip to content

Commit 292d234

Browse files
committed
bump version for 1.0.X development
1 parent 3159423 commit 292d234

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
MAJOR = 1
1616
MINOR = 0
17-
MICRO = 1
18-
ISRELEASED = True
17+
MICRO = 2
18+
ISRELEASED = False
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121

0 commit comments

Comments
 (0)