Skip to content

Commit 2d576ee

Browse files
committed
RLS: mark 0.9.1 RC 1
1 parent a5075d1 commit 2d576ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@
205205
MAJOR = 0
206206
MINOR = 9
207207
MICRO = 1
208-
ISRELEASED = False
208+
ISRELEASED = True
209209
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
210-
QUALIFIER = ''
210+
QUALIFIER = 'rc1'
211211

212212
FULLVERSION = VERSION
213213
if not ISRELEASED:

0 commit comments

Comments
 (0)