Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed Feb 26, 2014
1 parent b0e2ab6 commit dca6616
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 @@ -89,9 +89,9 @@
"""

MAJOR = 5
MINOR = 0
MINOR = 1
MICRO = 0
TYPE = ''
TYPE = 'rc-alpha'
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 dca6616

Please sign in to comment.