Skip to content

Commit

Permalink
Merge pull request #102 from rjleveque/v5.4.0rc-alpha
Browse files Browse the repository at this point in the history
change version number in setup.py
  • Loading branch information
rjleveque committed Jan 6, 2017
2 parents 8cd7f99 + 6d1ed5e commit 50e6abc
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 50e6abc

Please sign in to comment.