Skip to content

Commit cd6c14b

Browse files
author
Ralf Gommers
committed
REL: set version to 1.6.0b1, released=True.
1 parent 19409a4 commit cd6c14b

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
@@ -57,8 +57,8 @@
5757
MAJOR = 1
5858
MINOR = 6
5959
MICRO = 0
60-
ISRELEASED = False
61-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
60+
ISRELEASED = True
61+
VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO)
6262

6363
# Return the git revision as a string
6464
def git_version():

0 commit comments

Comments
 (0)