Skip to content

Commit 4519310

Browse files
committed
RLS: bump version to 0.9.2dev
1 parent fed3861 commit 4519310

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
@@ -204,8 +204,8 @@
204204

205205
MAJOR = 0
206206
MINOR = 9
207-
MICRO = 1
208-
ISRELEASED = True
207+
MICRO = 2
208+
ISRELEASED = False
209209
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
210210
QUALIFIER = ''
211211

0 commit comments

Comments
 (0)