We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a6756 commit 58e2ad9Copy full SHA for 58e2ad9
2 files changed
paramtools/__init__.py
@@ -53,7 +53,7 @@
53
54
55
name = "paramtools"
56
-__version__ = "0.19.0"
+__version__ = "0.20.0"
57
58
__all__ = [
59
"SchemaFactory",
setup.py
@@ -6,7 +6,7 @@
6
7
setuptools.setup(
8
name="paramtools",
9
- version=os.environ.get("VERSION", "0.19.0"),
+ version=os.environ.get("VERSION", "0.20.0"),
10
author="Hank Doupe",
11
author_email="henrymdoupe@gmail.com",
12
description=(
0 commit comments