From c4ef6b62927696e1205c6fe61f0ed468ea50dbda Mon Sep 17 00:00:00 2001 From: Fernando Date: Tue, 22 Dec 2020 15:24:29 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.18.10=20=E2=86=92=200.18.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- torchio/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 90163261d..c161678c6 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.10' +version = release = '0.18.11' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 3e15d5299..2f18ae2a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.18.10 +current_version = 0.18.11 commit = True tag = True diff --git a/setup.py b/setup.py index 9388ddeda..dbae2e44e 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,6 @@ test_suite='tests', tests_require=[], url='https://github.com/fepegar/torchio', - version='0.18.10', + version='0.18.11', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index 960fc7dd1..ca9a01de5 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.18.10' +__version__ = '0.18.11' from . import utils