Skip to content

Commit 063a2ae

Browse files
committed
set ISRELEASED to True
1 parent 3fda66f commit 063a2ae

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
@@ -16,7 +16,7 @@
1616
MAJOR = 1
1717
MINOR = 1
1818
MICRO = 1
19-
ISRELEASED = False
19+
ISRELEASED = True
2020
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
2121

2222
# fail quicker on unsupported Python (prior to Cythonizing)

0 commit comments

Comments
 (0)