Skip to content

Commit 670921f

Browse files
committed
RLS: bump dev version to 0.9.0
1 parent 30ce7b1 commit 670921f

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
@@ -172,8 +172,8 @@
172172
]
173173

174174
MAJOR = 0
175-
MINOR = 8
176-
MICRO = 2
175+
MINOR = 9
176+
MICRO = 0
177177
ISRELEASED = False
178178
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
179179
QUALIFIER = ''

0 commit comments

Comments
 (0)