From e737de5bcf5f1342ecf9fe9c3606df23c8c7eeff Mon Sep 17 00:00:00 2001 From: John Bogaardt Date: Thu, 30 Jan 2020 12:13:42 -0700 Subject: [PATCH] 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 bb943898..8e19018b 100644 --- a/chainladder/__init__.py +++ b/chainladder/__init__.py @@ -5,4 +5,4 @@ from chainladder.methods import * # noqa (API Import) from chainladder.workflow import * # noqa (API Import) -__version__ = '0.4.8' +__version__ = '0.4.10' diff --git a/setup.py b/setup.py index 0e74b887..44883941 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.4.8' # Put this in __init__.py +version='0.4.10' # Put this in __init__.py data_path = '' setup(