We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692edd commit 46e5c15Copy full SHA for 46e5c15
chainladder/__init__.py
@@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True):
42
from chainladder.methods import * # noqa (API Import)
43
from chainladder.workflow import * # noqa (API Import)
44
45
-__version__ = "0.9.0"
+__version__ = "0.8.18"
setup.py
@@ -14,7 +14,7 @@
14
descr = "Chainladder Package - P&C Loss Reserving package "
15
name = 'chainladder'
16
url = 'https://github.com/casact/chainladder-python'
17
-version='0.9.0' # Put this in __init__.py
+version='0.8.18' # Put this in __init__.py
18
19
data_path = ''
20
setup(
0 commit comments