Skip to content

Commit

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


# Return the git revision as a string
Expand Down

0 comments on commit e64e518

Please sign in to comment.