Skip to content

Commit

Permalink
Release 1.7.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Sep 20, 2012
1 parent 50f71cb commit f217517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
MAJOR = 1
MINOR = 7
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)

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

0 comments on commit f217517

Please sign in to comment.