Skip to content

Commit 5f9fd5c

Browse files
author
Mark Wieczorek
committed
Change isreleased to True
1 parent 2caf0b3 commit 5f9fd5c

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
@@ -38,7 +38,7 @@
3838
# This flag has to be True if the version number indicated in the file
3939
# VERSION has already been released and to False if this is a development
4040
# version of a future release.
41-
ISRELEASED = False
41+
ISRELEASED = True
4242

4343

4444
def get_version():

0 commit comments

Comments
 (0)