Skip to content

Commit

Permalink
REL: set version to 0.14.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 2, 2014
1 parent 79ceef7 commit e4a767c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
MAJOR = 0
MINOR = 14
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%rc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit e4a767c

Please sign in to comment.