From c13b5bcdb1a0e5fae37c8af4c9aa4970ffa63002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20P=C3=A9rez-Garc=C3=ADa?= Date: Mon, 27 Jan 2025 20:58:32 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.20.3=20=E2=86=92=200.20.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/torchio/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e88fb92d..c1ed929d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "torchio" -version = "0.20.3" +version = "0.20.4" 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.3" +current_version = "0.20.4" commit = true tag = true diff --git a/src/torchio/__init__.py b/src/torchio/__init__.py index abf20613..d4b83ece 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.3' +__version__ = '0.20.4' from . import datasets