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 9e221bb commit c8acedeCopy full SHA for c8acede
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "torchio"
7
-version = "0.20.17"
+version = "0.20.18"
8
description = "Tools for medical image processing with PyTorch"
9
readme = "README.md"
10
authors = [{ name = "TorchIO contributors" }]
@@ -104,7 +104,7 @@ test = [
104
]
105
106
[tool.bumpversion]
107
-current_version = "0.20.17"
+current_version = "0.20.18"
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.17'
+__version__ = '0.20.18'
from . import datasets
0 commit comments