Skip to content

Commit

Permalink
REL: Release 1.9.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantaylor committed Aug 27, 2014
1 parent 216bfb6 commit 36d947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
MINOR = 9
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 36d947f

Please sign in to comment.