Skip to content

Commit 78ce0ce

Browse files
committed
RLS: 0.10.0 beta 1
1 parent a4d4d3c commit 78ce0ce

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
@@ -209,9 +209,9 @@
209209
MAJOR = 0
210210
MINOR = 10
211211
MICRO = 0
212-
ISRELEASED = False
212+
ISRELEASED = True
213213
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
214-
QUALIFIER = ''
214+
QUALIFIER = 'b1'
215215

216216
FULLVERSION = VERSION
217217
if not ISRELEASED:

0 commit comments

Comments
 (0)