Skip to content

Commit

Permalink
Merge pull request #45 from clawpack/ahmadia/update-5.2
Browse files Browse the repository at this point in the history
Update version to 5.2.0
  • Loading branch information
ahmadia committed Jul 18, 2014
2 parents 28d6de2 + baea053 commit f705c5c
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 @@ -90,7 +90,7 @@
"""

MAJOR = 5
MINOR = 1
MINOR = 2
MICRO = 0
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
Expand Down

0 comments on commit f705c5c

Please sign in to comment.