Skip to content

Commit 48c005e

Browse files
committed
Update version number in setup.py.
1 parent 65cf5c4 commit 48c005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def build_extensions(self):
193193
MICRO = 0
194194
ISRELEASED = True
195195
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
196-
QUALIFIER = '_ahl1'
196+
QUALIFIER = '_ahl2'
197197

198198
FULLVERSION = VERSION
199199
if not ISRELEASED:

0 commit comments

Comments
 (0)