Skip to content

Commit 43273f4

Browse files
author
y-p
committed
BLD: no rest for the wicked
1 parent 783a209 commit 43273f4

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
@@ -184,9 +184,9 @@ def build_extensions(self):
184184
]
185185

186186
MAJOR = 0
187-
MINOR = 11
187+
MINOR = 12
188188
MICRO = 0
189-
ISRELEASED = True
189+
ISRELEASED = False
190190
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
191191
QUALIFIER = ''
192192

0 commit comments

Comments
 (0)