Skip to content

Commit 21a30d2

Browse files
committed
change setup.py ISREALEASED to True
1 parent f597b43 commit 21a30d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = 2
18-
ISRELEASED = False
18+
ISRELEASED = True
1919
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2020

2121

0 commit comments

Comments
 (0)