Skip to content

Commit 286811a

Browse files
author
y-p
committed
BLD: remove ISRELEASED tag from setup.py
1 parent dd29bcf commit 286811a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def build_extensions(self):
191191
MAJOR = 0
192192
MINOR = 13
193193
MICRO = 0
194-
ISRELEASED = True
194+
ISRELEASED = False
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196196
QUALIFIER = 'rc1'
197197

0 commit comments

Comments
 (0)