Skip to content

Commit

Permalink
Merge pull request #120 from havakv/bug-fix
Browse files Browse the repository at this point in the history
Bump version: 0.2.2 → 0.2.3
  • Loading branch information
havakv committed Jan 14, 2022
2 parents 69940e0 + f5f0b65 commit 0e9d6f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pycox/__init__.py
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3
commit = True
tag = False

Expand All @@ -13,4 +13,3 @@ replace = version='{new_version}'
[bumpversion:file:pycox/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 0e9d6f9

Please sign in to comment.