diff --git a/docs/source/conf.py b/docs/source/conf.py index e4bfc5794..583c2656b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # version is the short X.Y version # release is the full version, including alpha/beta/rc tags -version = release = '0.18.57' +version = release = '0.18.58' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 52c424d68..7e9197509 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.57 +current_version = 0.18.58 commit = True tag = True diff --git a/setup.py b/setup.py index e46d6bc2e..cd51cf946 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,6 @@ test_suite='tests', tests_require=[], url='https://github.com/fepegar/torchio', - version='0.18.57', + version='0.18.58', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index 1f8104e02..c7a2d67fc 100644 --- a/torchio/__init__.py +++ b/torchio/__init__.py @@ -2,7 +2,7 @@ __author__ = """Fernando Perez-Garcia""" __email__ = 'fepegar@gmail.com' -__version__ = '0.18.57' +__version__ = '0.18.58' from . import utils