Skip to content

Commit

Permalink
Merge pull request #247 from rjleveque/v5.10.0rc-alpha
Browse files Browse the repository at this point in the history
cleaning up for v5.10.0 release
  • Loading branch information
rjleveque committed Mar 29, 2024
2 parents 2b2cc80 + 236f8e7 commit b87c8e7
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion amrclaw
2 changes: 1 addition & 1 deletion classic
2 changes: 1 addition & 1 deletion clawpack/__init__.py
Expand Up @@ -24,4 +24,4 @@
__path__.extend(filter(_os.path.isdir, _path))
del _os, _init, _root, _path

__version__ = '5.9.2' # must also be changed in setup.py
__version__ = '5.10.0' # must also be changed in setup.py
2 changes: 1 addition & 1 deletion clawutil
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -14,8 +14,6 @@

# some of the functionality of this file is reused from the SciPy setup.py script.

from __future__ import absolute_import
from __future__ import print_function
DOCLINES = __doc__.split("\n")

import os
Expand Down Expand Up @@ -56,8 +54,8 @@

# version must also be changed in clawpack/__init__.py
MAJOR = 5
MINOR = 9
MICRO = 2
MINOR = 10
MICRO = 0
TYPE = ''
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)

Expand Down
2 changes: 1 addition & 1 deletion visclaw

0 comments on commit b87c8e7

Please sign in to comment.