Skip to content

Commit

Permalink
increment version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed May 21, 2020
1 parent f0b538a commit 6459518
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -11,4 +11,4 @@ def array_backend(array_backend='numpy'):
from chainladder.methods import * # noqa (API Import)
from chainladder.workflow import * # noqa (API Import)

__version__ = '0.6.2'
__version__ = '0.6.3'
2 changes: 1 addition & 1 deletion docs/tutorials/development-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"data": {
"text/plain": [
"'0.6.2'"
"'0.6.3'"
]
},
"execution_count": 1,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
descr = "Chainladder Package - P&C Loss Reserving package "
name = 'chainladder'
url = 'https://github.com/casact/chainladder-python'
version='0.6.2' # Put this in __init__.py
version='0.6.3' # Put this in __init__.py

data_path = ''
setup(
Expand Down

0 comments on commit 6459518

Please sign in to comment.