Skip to content

Commit 5ad6bfa

Browse files
committed
Bump version: 0.20.10 → 0.20.11
1 parent 091c462 commit 5ad6bfa

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.10"
7+
version = "0.20.11"
88
description = "Tools for medical image processing with PyTorch"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
authors = [
@@ -116,7 +116,7 @@ test = [
116116
]
117117

118118
[tool.bumpversion]
119-
current_version = "0.20.10"
119+
current_version = "0.20.11"
120120
commit = true
121121
tag = true
122122

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.10'
5+
__version__ = '0.20.11'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)