Skip to content

Commit 628952a

Browse files
author
Chang She
committed
Merge pull request #5617 from changhiskhan/master
RLS: first release candidate for v0.13
2 parents d9b3340 + 16052e5 commit 628952a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ def build_extensions(self):
189189
]
190190

191191
MAJOR = 0
192-
MINOR = 12
192+
MINOR = 13
193193
MICRO = 0
194-
ISRELEASED = False
194+
ISRELEASED = True
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196-
QUALIFIER = ''
196+
QUALIFIER = 'rc1'
197197

198198
FULLVERSION = VERSION
199199
if not ISRELEASED:

0 commit comments

Comments
 (0)