Skip to content

Commit 46e5c15

Browse files
author
John Bogaardt
committed
prep small 0.8.18 release
1 parent 3692edd commit 46e5c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chainladder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True):
4242
from chainladder.methods import * # noqa (API Import)
4343
from chainladder.workflow import * # noqa (API Import)
4444

45-
__version__ = "0.9.0"
45+
__version__ = "0.8.18"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
descr = "Chainladder Package - P&C Loss Reserving package "
1515
name = 'chainladder'
1616
url = 'https://github.com/casact/chainladder-python'
17-
version='0.9.0' # Put this in __init__.py
17+
version='0.8.18' # Put this in __init__.py
1818

1919
data_path = ''
2020
setup(

0 commit comments

Comments
 (0)