Skip to content

Commit 258c7e3

Browse files
committed
RLS: version 0.11 release candidate 1
1 parent ee83d74 commit 258c7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ def build_extensions(self):
203203
MAJOR = 0
204204
MINOR = 11
205205
MICRO = 0
206-
ISRELEASED = False
206+
ISRELEASED = True
207207
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
208-
QUALIFIER = ''
208+
QUALIFIER = 'rc1'
209209

210210
FULLVERSION = VERSION
211211
if not ISRELEASED:

0 commit comments

Comments
 (0)