Skip to content

Commit

Permalink
RLS: 0.14.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 30, 2014
1 parent 14cebc0 commit da0f7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -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
Expand Down Expand Up @@ -603,4 +603,4 @@ def pxd(name):
long_description=LONG_DESCRIPTION,
classifiers=CLASSIFIERS,
platforms='any',
**setuptools_kwargs)
**setuptools_kwargs)

0 comments on commit da0f7ae

Please sign in to comment.