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 8543dbc commit 9f3cbe9Copy full SHA for 9f3cbe9
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "torchio"
7
-version = "0.20.16"
+version = "0.20.17"
8
description = "Tools for medical image processing with PyTorch"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
authors = [{ name = "TorchIO contributors" }]
@@ -104,7 +104,7 @@ test = [
104
]
105
106
[tool.bumpversion]
107
-current_version = "0.20.16"
+current_version = "0.20.17"
108
commit = true
109
tag = true
110
src/torchio/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Fernando Perez-Garcia"""
__email__ = 'fepegar@gmail.com'
-__version__ = '0.20.16'
+__version__ = '0.20.17'
from . import datasets
0 commit comments