Skip to content

Commit c8acede

Browse files
committed
Bump version: 0.20.17 → 0.20.18
1 parent 9e221bb commit c8acede

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.17"
7+
version = "0.20.18"
88
description = "Tools for medical image processing with PyTorch"
99
readme = "README.md"
1010
authors = [{ name = "TorchIO contributors" }]
@@ -104,7 +104,7 @@ test = [
104104
]
105105

106106
[tool.bumpversion]
107-
current_version = "0.20.17"
107+
current_version = "0.20.18"
108108
commit = true
109109
tag = true
110110

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.17'
5+
__version__ = '0.20.18'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)