Skip to content

Commit 6dab015

Browse files
committed
set ISRELEASED=True for 1.3.0
1 parent 312f911 commit 6dab015

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

2222

0 commit comments

Comments
 (0)