Skip to content

Commit 3159423

Browse files
committed
set ISRELEASED to True
1 parent b6600e3 commit 3159423

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
@@ -15,7 +15,7 @@
1515
MAJOR = 1
1616
MINOR = 0
1717
MICRO = 1
18-
ISRELEASED = False
18+
ISRELEASED = True
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121

0 commit comments

Comments
 (0)