From da0f7ae362bb0ee747c3c5c141327d1d8ba161bc Mon Sep 17 00:00:00 2001 From: jreback Date: Fri, 30 May 2014 07:42:02 -0400 Subject: [PATCH] RLS: 0.14.0 final --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 64bab442bfb00..6f184dc11992e 100755 --- a/setup.py +++ b/setup.py @@ -193,9 +193,9 @@ def build_extensions(self): MAJOR = 0 MINOR = 14 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) -QUALIFIER = 'rc1' +QUALIFIER = '' FULLVERSION = VERSION write_version = True @@ -603,4 +603,4 @@ def pxd(name): long_description=LONG_DESCRIPTION, classifiers=CLASSIFIERS, platforms='any', - **setuptools_kwargs) \ No newline at end of file + **setuptools_kwargs)