Skip to content

Commit

Permalink
RLS: first release candidate for v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang She committed Nov 29, 2013
1 parent d9b3340 commit 16052e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ def build_extensions(self):
]

MAJOR = 0
MINOR = 12
MINOR = 13
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
QUALIFIER = 'rc1'

FULLVERSION = VERSION
if not ISRELEASED:
Expand Down

0 comments on commit 16052e5

Please sign in to comment.