Skip to content

Commit c95cddc

Browse files
author
y-p
committed
BLD: remove ISRELEASED flag
1 parent 142432a commit c95cddc

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
@@ -189,7 +189,7 @@ def build_extensions(self):
189189
MAJOR = 0
190190
MINOR = 12
191191
MICRO = 0
192-
ISRELEASED = True
192+
ISRELEASED = False
193193
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
194194
QUALIFIER = ''
195195

0 commit comments

Comments
 (0)