From f5f0b65dbcdd3e5835bfe7ba3fad714722fc745a Mon Sep 17 00:00:00 2001 From: haavard Date: Fri, 14 Jan 2022 09:52:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pycox/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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',