Skip to content

Commit da0f7ae

Browse files
committed
RLS: 0.14.0 final
1 parent 14cebc0 commit da0f7ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ def build_extensions(self):
193193
MAJOR = 0
194194
MINOR = 14
195195
MICRO = 0
196-
ISRELEASED = False
196+
ISRELEASED = True
197197
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
198-
QUALIFIER = 'rc1'
198+
QUALIFIER = ''
199199

200200
FULLVERSION = VERSION
201201
write_version = True
@@ -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)