Skip to content

Commit b48c219

Browse files
committed
bump master branch to 1.1.0 for development
1 parent b58b810 commit b48c219

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
@@ -13,9 +13,9 @@
1313

1414

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

2121

0 commit comments

Comments
 (0)