Skip to content

Commit

Permalink
REL: Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Feb 9, 2013
1 parent a43307c commit 0c5a166
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 @@ -58,7 +58,7 @@
MINOR = 7
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

# Return the git revision as a string
def git_version():
Expand Down

0 comments on commit 0c5a166

Please sign in to comment.