Skip to content

Commit

Permalink
Merge pull request #37 from rjleveque/5.1.0-final
Browse files Browse the repository at this point in the history
Fix version number in setup.py to 5.1.0
  • Loading branch information
ahmadia committed Mar 2, 2014
2 parents f728d2b + 9d2e46a commit bd252ba
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 @@ -92,7 +92,7 @@
MAJOR = 5
MINOR = 1
MICRO = 0
TYPE = 'rc-alpha'
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

package_path = os.path.join(os.path.dirname(__file__),'clawpack')
Expand Down

0 comments on commit bd252ba

Please sign in to comment.