Skip to content

Commit 50bd0dc

Browse files
committed
RLS: bump minor to 0.9.1, released=False
1 parent 5fa2ae4 commit 50bd0dc

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
@@ -182,8 +182,8 @@
182182

183183
MAJOR = 0
184184
MINOR = 9
185-
MICRO = 0
186-
ISRELEASED = True
185+
MICRO = 1
186+
ISRELEASED = False
187187
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
188188
QUALIFIER = ''
189189

0 commit comments

Comments
 (0)