We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a311270 commit 979ecbcCopy full SHA for 979ecbc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "torchio"
7
-version = "0.20.23"
+version = "0.21.0"
8
description = "Tools for medical image processing with PyTorch"
9
readme = "README.md"
10
authors = [{ name = "TorchIO contributors" }]
@@ -106,7 +106,7 @@ test = [
106
]
107
108
[tool.bumpversion]
109
-current_version = "0.20.23"
+current_version = "0.21.0"
110
commit = true
111
tag = true
112
src/torchio/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Fernando Perez-Garcia"""
__email__ = 'fepegar@gmail.com'
-__version__ = '0.20.23'
+__version__ = '0.21.0'
from . import datasets
0 commit comments