Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Nov 24, 2024
1 parent d68b28a commit 1c49388
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.3"
__version__ = "0.19.0"

__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.3"),
version=os.environ.get("VERSION", "0.19.0"),
author="Hank Doupe",
author_email="[email protected]",
description=(
Expand Down

0 comments on commit 1c49388

Please sign in to comment.