Skip to content

Commit fab3326

Browse files
author
y-p
committed
BLD: version strings should be updated only when tagging new release
1 parent 07405b4 commit fab3326

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
@@ -189,7 +189,7 @@ def build_extensions(self):
189189
]
190190

191191
MAJOR = 0
192-
MINOR = 14
192+
MINOR = 13
193193
MICRO = 0
194194
ISRELEASED = False
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)