We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7edfd1a commit abe19b8Copy full SHA for abe19b8
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.8.20"
+__version__ = "0.8.22"
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.8.20' # Put this in __init__.py
+version='0.8.22' # Put this in __init__.py
18
19
data_path = ''
20
setup(
0 commit comments