Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bogaardt committed Apr 8, 2024
1 parent 6c2c615 commit eb8b303
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chainladder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def auto_sparse(auto_sparse=True):
from chainladder.methods import * # noqa (API Import)
from chainladder.workflow import * # noqa (API Import)

__version__ = "0.8.18"
__version__ = "0.8.19"
1 change: 0 additions & 1 deletion environment-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:

- pandas
- polars
- polars-lts-cpu
- scikit-learn
- sparse
- numba
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
descr = "Chainladder Package - P&C Loss Reserving package "
name = 'chainladder'
url = 'https://github.com/casact/chainladder-python'
version='0.8.18' # Put this in __init__.py
version='0.8.19' # Put this in __init__.py

data_path = ''
setup(
Expand Down

0 comments on commit eb8b303

Please sign in to comment.