Skip to content

Commit eb8b303

Browse files
author
John Bogaardt
committed
bump version
1 parent 6c2c615 commit eb8b303

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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.8.18"
45+
__version__ = "0.8.19"

environment-dev.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515

1616
- pandas
1717
- polars
18-
- polars-lts-cpu
1918
- scikit-learn
2019
- sparse
2120
- numba

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.8.18' # Put this in __init__.py
17+
version='0.8.19' # Put this in __init__.py
1818

1919
data_path = ''
2020
setup(

0 commit comments

Comments
 (0)