Skip to content

Commit 979ecbc

Browse files
committed
Bump version: 0.20.23 → 0.21.0
1 parent a311270 commit 979ecbc

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.23"
7+
version = "0.21.0"
88
description = "Tools for medical image processing with PyTorch"
99
readme = "README.md"
1010
authors = [{ name = "TorchIO contributors" }]
@@ -106,7 +106,7 @@ test = [
106106
]
107107

108108
[tool.bumpversion]
109-
current_version = "0.20.23"
109+
current_version = "0.21.0"
110110
commit = true
111111
tag = true
112112

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__ = 'fepegar@gmail.com'
5-
__version__ = '0.20.23'
5+
__version__ = '0.21.0'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)