Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Aug 27, 2024
1 parent 4e398d4 commit 4eea817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paramtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


name = "paramtools"
__version__ = "0.18.2"
__version__ = "0.18.3"

__all__ = [
"SchemaFactory",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="paramtools",
version=os.environ.get("VERSION", "0.18.2"),
version=os.environ.get("VERSION", "0.18.3"),
author="Hank Doupe",
author_email="[email protected]",
description=(
Expand Down

0 comments on commit 4eea817

Please sign in to comment.