Skip to content

Commit e26254a

Browse files
committed
change version number in setup and __init__
1 parent 72fe66d commit e26254a

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.1' # must also be changed in setup.py
24+
__version__ = '5.8.2' # 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 = 1
61+
MICRO = 2
6262
TYPE = ''
6363
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
6464

0 commit comments

Comments
 (0)