Skip to content

Commit

Permalink
REL: Change version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jul 26, 2010
1 parent ddf4d97 commit 6f97786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -44,7 +44,7 @@
MINOR = 8
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%drc3' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# BEFORE importing distutils, remove MANIFEST. distutils doesn't properly
# update it when the contents of directories change.
Expand Down

0 comments on commit 6f97786

Please sign in to comment.