diff --git a/docs/source/conf.py b/docs/source/conf.py index 58a9405e4..09d4333ab 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.16.17' +version = release = '0.16.18' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index e2def2b5d..f5019f886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.17 +current_version = 0.16.18 commit = True tag = True @@ -22,4 +22,3 @@ universal = 1 exclude = docs [aliases] - diff --git a/setup.py b/setup.py index 91c81bfd0..814625554 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite='tests', tests_require=[], url='https://github.com/fepegar/torchio', - version='0.16.17', + version='0.16.18', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index aa9fc763f..5dc05a5f5 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.16.17' +__version__ = '0.16.18' from . import utils from .torchio import *