From 14045e37e42b7d19a715c6174a9ecf19376f7e18 Mon Sep 17 00:00:00 2001 From: Fernando Date: Mon, 21 Sep 2020 16:07:45 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.17.41=20=E2=86=92=200.17.42?= 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 d6a2ba2be..beed20692 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.41' +version = release = '0.17.42' # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 405b5c8cf..8392049e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.41 +current_version = 0.17.42 commit = True tag = True diff --git a/setup.py b/setup.py index c0ceb4629..e4eee7910 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.41', + version='0.17.42', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index 8dca5839d..7beca4f34 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.41' +__version__ = '0.17.42' import os from . import utils