Skip to content

Commit 58e2ad9

Browse files
committed
bump version
1 parent 95a6756 commit 58e2ad9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

paramtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
name = "paramtools"
56-
__version__ = "0.19.0"
56+
__version__ = "0.20.0"
5757

5858
__all__ = [
5959
"SchemaFactory",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="paramtools",
9-
version=os.environ.get("VERSION", "0.19.0"),
9+
version=os.environ.get("VERSION", "0.20.0"),
1010
author="Hank Doupe",
1111
author_email="henrymdoupe@gmail.com",
1212
description=(

0 commit comments

Comments
 (0)