diff --git a/setup.cfg b/setup.cfg index fce962eb7..2b492ab72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index 4ee1aed2e..2b2add9b3 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/fepegar/torchio', - version='0.6.1', + version='0.7.0', zip_safe=False, ) diff --git a/torchio/__init__.py b/torchio/__init__.py index 30b4c610a..6e8714ac7 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.6.1' +__version__ = '0.7.0' from . import io from . import utils