Skip to content

Commit

Permalink
change version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Jan 6, 2017
1 parent 8cd7f99 commit 6d1ed5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -91,9 +91,9 @@
"""

MAJOR = 5
MINOR = 3
MICRO = 1
TYPE = ''
MINOR = 4
MICRO = 0
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 6d1ed5e

Please sign in to comment.