diff --git a/docs/source/conf.py b/docs/source/conf.py index f301855c1..ab17a9a40 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.31' +version = release = '0.17.32' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 67b2ef891..fb78f2cc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.31 +current_version = 0.17.32 commit = True tag = True diff --git a/setup.py b/setup.py index 08f04df60..6f817a2a5 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.31', + version='0.17.32', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index 084f6e878..ce058f4c9 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.31' +__version__ = '0.17.32' import os from . import utils