Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b964061

Browse files
committed
REL: Release 1.10.0b1
1 parent 3caf12a commit b964061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
MAJOR = 1
5959
MINOR = 10
6060
MICRO = 0
61-
ISRELEASED = False
62-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
61+
ISRELEASED = True
62+
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
6363

6464

6565
# Return the git revision as a string

0 commit comments

Comments
 (0)