diff --git a/pyproject.toml b/pyproject.toml index 95dc695a..e88fb92d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "torchio" -version = "0.20.2" +version = "0.20.3" description = "Tools for medical image processing with PyTorch" readme = {file = "README.md", content-type = "text/markdown"} authors = [ @@ -106,7 +106,7 @@ test = [ ] [tool.bumpversion] -current_version = "0.20.2" +current_version = "0.20.3" commit = true tag = true diff --git a/src/torchio/__init__.py b/src/torchio/__init__.py index 1582ca59..abf20613 100644 --- a/src/torchio/__init__.py +++ b/src/torchio/__init__.py @@ -2,7 +2,7 @@ __author__ = """Fernando Perez-Garcia""" __email__ = 'fepegar@gmail.com' -__version__ = '0.20.2' +__version__ = '0.20.3' from . import datasets