Skip to content

Commit

Permalink
Change version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teoliphant committed Feb 23, 2012
1 parent e57c2ba commit 3f685a1
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 @@ -54,8 +54,8 @@
AUTHOR = "Travis E. Oliphant, et.al."
AUTHOR_EMAIL = "[email protected]"
PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 2
MINOR = 0
MAJOR = 1
MINOR = 7
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
Expand Down

0 comments on commit 3f685a1

Please sign in to comment.