Skip to content

Commit 4777d09

Browse files
committed
REL: Release.
1 parent 5a11b8b commit 4777d09

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
@@ -62,8 +62,8 @@
6262
MAJOR = 1
6363
MINOR = 8
6464
MICRO = 0
65-
ISRELEASED = False
66-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
65+
ISRELEASED = True
66+
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
6767

6868
# Return the git revision as a string
6969
def git_version():

0 commit comments

Comments
 (0)