Skip to content

Commit af9c025

Browse files
author
y-p
committed
BLD: set ISRELEASED=False
1 parent a5410ed commit af9c025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ def build_extensions(self):
189189
]
190190

191191
MAJOR = 0
192-
MINOR = 13
192+
MINOR = 14
193193
MICRO = 0
194-
ISRELEASED = True
194+
ISRELEASED = False
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196196
QUALIFIER = ''
197197

0 commit comments

Comments
 (0)