Skip to content

Commit 0517eac

Browse files
committed
initial commit for v0.17.0
1 parent ca9eefc commit 0517eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def build_extensions(self):
195195
MAJOR = 0
196196
MINOR = 16
197197
MICRO = 1
198-
ISRELEASED = True
198+
ISRELEASED = False
199199
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
200200
QUALIFIER = ''
201201

0 commit comments

Comments
 (0)