Skip to content

Commit 865d721

Browse files
committed
RLS: set isreleased=False
1 parent bfd280a commit 865d721

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
@@ -193,7 +193,7 @@ def build_extensions(self):
193193
MAJOR = 0
194194
MINOR = 14
195195
MICRO = 0
196-
ISRELEASED = True
196+
ISRELEASED = False
197197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198198
QUALIFIER = 'rc1'
199199

@@ -603,4 +603,4 @@ def pxd(name):
603603
long_description=LONG_DESCRIPTION,
604604
classifiers=CLASSIFIERS,
605605
platforms='any',
606-
**setuptools_kwargs)
606+
**setuptools_kwargs)

0 commit comments

Comments
 (0)