Skip to content

Commit b3bcdfe

Browse files
committed
Bump version: 0.20.20 → 0.20.21
1 parent 76c1eb8 commit b3bcdfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "torchio"
7-
version = "0.20.20"
7+
version = "0.20.21"
88
description = "Tools for medical image processing with PyTorch"
99
readme = "README.md"
1010
authors = [{ name = "TorchIO contributors" }]
@@ -109,7 +109,7 @@ test = [
109109
]
110110

111111
[tool.bumpversion]
112-
current_version = "0.20.20"
112+
current_version = "0.20.21"
113113
commit = true
114114
tag = true
115115

src/torchio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Fernando Perez-Garcia"""
44
__email__ = '[email protected]'
5-
__version__ = '0.20.20'
5+
__version__ = '0.20.21'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)