We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cebc0 commit da0f7aeCopy full SHA for da0f7ae
setup.py
@@ -193,9 +193,9 @@ def build_extensions(self):
193
MAJOR = 0
194
MINOR = 14
195
MICRO = 0
196
-ISRELEASED = False
+ISRELEASED = True
197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198
-QUALIFIER = 'rc1'
+QUALIFIER = ''
199
200
FULLVERSION = VERSION
201
write_version = True
@@ -603,4 +603,4 @@ def pxd(name):
603
long_description=LONG_DESCRIPTION,
604
classifiers=CLASSIFIERS,
605
platforms='any',
606
- **setuptools_kwargs)
+ **setuptools_kwargs)
0 commit comments