Skip to content

Commit a2991bb

Browse files
committed
Bump version number in setup.py.
1 parent 5d49f0a commit a2991bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
# version must also be changed in clawpack/__init__.py
5757
MAJOR = 5
5858
MINOR = 7
59-
MICRO = 0
59+
MICRO = 1
6060
TYPE = ''
6161
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, TYPE)
6262

0 commit comments

Comments
 (0)