Skip to content

Commit e4a767c

Browse files
author
Ralf Gommers
committed
REL: set version to 0.14.0rc1
1 parent 79ceef7 commit e4a767c

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
@@ -51,8 +51,8 @@
5151
MAJOR = 0
5252
MINOR = 14
5353
MICRO = 0
54-
ISRELEASED = False
55-
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
54+
ISRELEASED = True
55+
VERSION = '%d.%d.%rc1' % (MAJOR, MINOR, MICRO)
5656

5757

5858
# Return the git revision as a string

0 commit comments

Comments
 (0)