Skip to content

Commit

Permalink
set to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogaardt committed Jan 26, 2019
1 parent fdbd175 commit f513900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainladder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from chainladder.methods import *
from chainladder.workflow import *

__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
descr = "Chainladder Package - P&C Loss Reserving package "
name = 'chainladder'
url = 'https://github.com/jbogaardt/chainladder-python'
version='0.2.1' # Put this in __init__.py
version='0.2.2' # Put this in __init__.py

data_path = ''
setup(
Expand Down

0 comments on commit f513900

Please sign in to comment.