Skip to content

Commit 23e3c5f

Browse files
committed
bump version number
1 parent 63562a0 commit 23e3c5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Thanks to them!
3030
MAJOR = 0
3131
MINOR = 8
32-
MICRO = 0
32+
MICRO = 1
3333
ISRELEASED = True
3434
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)
3535

setup_noarch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
## Thanks to them!
3030
MAJOR = 0
3131
MINOR = 8
32-
MICRO = 0
32+
MICRO = 1
3333
ISRELEASED = True
3434
VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)
3535

0 commit comments

Comments
 (0)