Skip to content

Commit 6d08f1e

Browse files
author
y-p
committed
BLD: setup.py should state 0.11.1 not 0.12
1 parent 2ca929b commit 6d08f1e

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
@@ -183,8 +183,8 @@ def build_extensions(self):
183183
'Topic :: Scientific/Engineering',
184184
]
185185

186-
MAJOR = 0
187-
MINOR = 12
186+
MAJOR = 1
187+
MINOR = 11
188188
MICRO = 0
189189
ISRELEASED = False
190190
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)