Skip to content

Commit 0e56275

Browse files
committed
Bump version: 0.20.13 → 0.20.14
1 parent 824cdaf commit 0e56275

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.13"
7+
version = "0.20.14"
88
description = "Tools for medical image processing with PyTorch"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [{ name = "TorchIO contributors" }]
@@ -102,7 +102,7 @@ test = [
102102
]
103103

104104
[tool.bumpversion]
105-
current_version = "0.20.13"
105+
current_version = "0.20.14"
106106
commit = true
107107
tag = true
108108

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.13'
5+
__version__ = '0.20.14'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)