Skip to content

Commit 97561b5

Browse files
committed
update version numbers for v5.8.1
1 parent b69a751 commit 97561b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8.0' # must also be changed in setup.py
24+
__version__ = '5.8.1' # must also be changed in setup.py

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# version must also be changed in clawpack/__init__.py
5959
MAJOR = 5
6060
MINOR = 8
61-
MICRO = 0
61+
MICRO = 1
6262
TYPE = ''
6363
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
6464

0 commit comments

Comments
 (0)