Skip to content

Commit

Permalink
"Bumping version to 3.0.18"
Browse files Browse the repository at this point in the history
  • Loading branch information
ggmichael committed Sep 1, 2023
1 parent 4ca978f commit 4d877a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
tests_require=required,
install_requires=required,
url="https://github.com/ggmichael/craterstats",
version="3.0.17",
version="3.0.18",
)
2 changes: 1 addition & 1 deletion src/craterstats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021, Greg Michael
# Licensed under BSD 3-Clause License. See LICENSE.txt for details.

__version__ = "3.0.17"
__version__ = "3.0.18"

from .Chronologyfn import Chronologyfn
from .Productionfn import Productionfn
Expand Down

0 comments on commit 4d877a6

Please sign in to comment.