Skip to content

Commit ed7af5c

Browse files
author
y-p
committed
Merge pull request #3716 from cpcloud/version-fix
BLD: switch MAJOR and MICRO
2 parents 09e47bc + 9d839fd commit ed7af5c

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

186-
MAJOR = 1
186+
MAJOR = 0
187187
MINOR = 11
188-
MICRO = 0
188+
MICRO = 1
189189
ISRELEASED = False
190190
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
191191
QUALIFIER = ''

0 commit comments

Comments
 (0)