Skip to content

Commit

Permalink
change version number in setup and __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Dec 12, 2021
1 parent 72fe66d commit e26254a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clawpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
if _os.path.isdir(_sdir))
del _root, _path

__version__ = '5.8.1' # must also be changed in setup.py
__version__ = '5.8.2' # must also be changed in setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# version must also be changed in clawpack/__init__.py
MAJOR = 5
MINOR = 8
MICRO = 1
MICRO = 2
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down

0 comments on commit e26254a

Please sign in to comment.