Skip to content

Commit 28339c2

Browse files
committed
update version numbers
1 parent b138a95 commit 28339c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

clawpack/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
if _os.path.isdir(_sdir))
2222
del _root, _path
2323

24-
__version__ = '5.7.1' # must also be changed in setup.py
24+
__version__ = '5.8.0' # must also be changed in setup.py

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
# version must also be changed in clawpack/__init__.py
5757
MAJOR = 5
58-
MINOR = 7
59-
MICRO = 1
58+
MINOR = 8
59+
MICRO = 0
6060
TYPE = ''
6161
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
6262

0 commit comments

Comments
 (0)