We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824cdaf commit 0e56275Copy full SHA for 0e56275
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "torchio"
7
-version = "0.20.13"
+version = "0.20.14"
8
description = "Tools for medical image processing with PyTorch"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
authors = [{ name = "TorchIO contributors" }]
@@ -102,7 +102,7 @@ test = [
102
]
103
104
[tool.bumpversion]
105
-current_version = "0.20.13"
+current_version = "0.20.14"
106
commit = true
107
tag = true
108
src/torchio/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Fernando Perez-Garcia"""
__email__ = 'fepegar@gmail.com'
-__version__ = '0.20.13'
+__version__ = '0.20.14'
from . import datasets
0 commit comments