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