diff --git a/pycox/__init__.py b/pycox/__init__.py index dae3d91..2c90bb9 100644 --- a/pycox/__init__.py +++ b/pycox/__init__.py @@ -4,7 +4,7 @@ __author__ = """Haavard Kvamme""" __email__ = 'haavard.kvamme@gmail.com' -__version__ = '0.2.2' +__version__ = '0.2.3' import pycox.datasets import pycox.evaluation diff --git a/setup.cfg b/setup.cfg index a616cae..42dbbc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = False @@ -13,4 +13,3 @@ replace = version='{new_version}' [bumpversion:file:pycox/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' - diff --git a/setup.py b/setup.py index 2bce4ff..a9baaa9 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( name='pycox', - version='0.2.2', + version='0.2.3', description="Survival analysis with PyTorch", long_description=long_description, long_description_content_type='text/markdown',