Skip to content

Commit e1b6e44

Browse files
committed
RLS: Version 0.9.0 Release Candidate 1
1 parent 7b74385 commit e1b6e44

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
@@ -183,9 +183,9 @@
183183
MAJOR = 0
184184
MINOR = 9
185185
MICRO = 0
186-
ISRELEASED = False
186+
ISRELEASED = True
187187
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
188-
QUALIFIER = ''
188+
QUALIFIER = 'rc1'
189189

190190
FULLVERSION = VERSION
191191
if not ISRELEASED:

0 commit comments

Comments
 (0)