Skip to content

Commit 62de8da

Browse files
committed
RLS: set released to false, bump dev version to 0.8.0
1 parent 9840a95 commit 62de8da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
]
164164

165165
MAJOR = 0
166-
MINOR = 7
167-
MICRO = 3
168-
ISRELEASED = True
166+
MINOR = 8
167+
MICRO = 0
168+
ISRELEASED = False
169169
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
170170
QUALIFIER = ''
171171

0 commit comments

Comments
 (0)