Skip to content

Commit 348a699

Browse files
committed
Bump version: 0.20.14 → 0.20.15
1 parent 9efbc76 commit 348a699

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 = "hatchling.build"
44

55
[project]
66
name = "torchio"
7-
version = "0.20.14"
7+
version = "0.20.15"
88
description = "Tools for medical image processing with PyTorch"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [{ name = "TorchIO contributors" }]
@@ -104,7 +104,7 @@ test = [
104104
]
105105

106106
[tool.bumpversion]
107-
current_version = "0.20.14"
107+
current_version = "0.20.15"
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.14'
5+
__version__ = '0.20.15'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)