diff --git a/docs/source/conf.py b/docs/source/conf.py index d883cc216..1a5b3fe91 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # version is the short X.Y version # release is the full version, including alpha/beta/rc tags -version = release = '0.17.17' +version = release = '0.17.18' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index be86eb714..fbfd72e4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.17 +current_version = 0.17.18 commit = True tag = True diff --git a/setup.py b/setup.py index cb7092f53..cb38b55c9 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,6 @@ test_suite='tests', tests_require=[], url='https://github.com/fepegar/torchio', - version='0.17.17', + version='0.17.18', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index a9173c547..e6797ac10 100644 --- a/torchio/__init__.py +++ b/torchio/__init__.py @@ -2,7 +2,7 @@ __author__ = """Fernando Perez-Garcia""" __email__ = 'fernando.perezgarcia.17@ucl.ac.uk' -__version__ = '0.17.17' +__version__ = '0.17.18' import os from . import utils