Skip to content

Commit

Permalink
REL: set version number to 0.10.1rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Feb 10, 2012
1 parent 3e13637 commit 7f7343e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@
MAJOR = 0 MAJOR = 0
MINOR = 10 MINOR = 10
MICRO = 1 MICRO = 1
ISRELEASED = False ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO) VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)




Expand Down

0 comments on commit 7f7343e

Please sign in to comment.