We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d280153 commit 88231e1Copy full SHA for 88231e1
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "torchio"
7
-version = "1.1.1"
+version = "1.2.0"
8
description = "Tools for medical image processing with PyTorch"
9
license = "Apache-2.0"
10
readme = "README.md"
@@ -117,7 +117,7 @@ test = [
117
]
118
119
[tool.bumpversion]
120
-current_version = "1.1.1"
+current_version = "1.2.0"
121
commit = true
122
tag = true
123
src/torchio/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Fernando Perez-Garcia"""
__email__ = 'fepegar@gmail.com'
-__version__ = '1.1.1'
+__version__ = '1.2.0'
from . import datasets
0 commit comments