Skip to content

Commit 56009bd

Browse files
author
y-p
committed
BLD: Turn off the ISRELEASED flag in setup.py
1 parent de1b535 commit 56009bd

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
@@ -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 = 'rc1'
195195

0 commit comments

Comments
 (0)