From abe19b889dd9ce47a06bf75824a6fedb3d1f93e8 Mon Sep 17 00:00:00 2001 From: John Bogaardt Date: Fri, 24 May 2024 08:05:31 -0600 Subject: [PATCH] bump version number --- chainladder/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chainladder/__init__.py b/chainladder/__init__.py index 5d9200d1..ad6ffaff 100644 --- a/chainladder/__init__.py +++ b/chainladder/__init__.py @@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True): from chainladder.methods import * # noqa (API Import) from chainladder.workflow import * # noqa (API Import) -__version__ = "0.8.20" +__version__ = "0.8.22" diff --git a/setup.py b/setup.py index 43b01791..6e52e79e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ descr = "Chainladder Package - P&C Loss Reserving package " name = 'chainladder' url = 'https://github.com/casact/chainladder-python' -version='0.8.20' # Put this in __init__.py +version='0.8.22' # Put this in __init__.py data_path = '' setup(