diff --git a/chainladder/__init__.py b/chainladder/__init__.py index 37b152cd..5b7d64c3 100644 --- a/chainladder/__init__.py +++ b/chainladder/__init__.py @@ -11,4 +11,4 @@ def array_backend(array_backend='numpy'): from chainladder.methods import * # noqa (API Import) from chainladder.workflow import * # noqa (API Import) -__version__ = '0.5.1' +__version__ = '0.5.2' diff --git a/setup.py b/setup.py index 8e80e802..bbcc5cc4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ descr = "Chainladder Package - P&C Loss Reserving package " name = 'chainladder' url = 'https://github.com/casact/chainladder-python' -version='0.5.1' # Put this in __init__.py +version='0.5.2' # Put this in __init__.py data_path = '' setup(