Skip to content

Commit 88231e1

Browse files
committed
Bump version: 1.1.1 → 1.2.0
1 parent d280153 commit 88231e1

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 = "uv_build"
44

55
[project]
66
name = "torchio"
7-
version = "1.1.1"
7+
version = "1.2.0"
88
description = "Tools for medical image processing with PyTorch"
99
license = "Apache-2.0"
1010
readme = "README.md"
@@ -117,7 +117,7 @@ test = [
117117
]
118118

119119
[tool.bumpversion]
120-
current_version = "1.1.1"
120+
current_version = "1.2.0"
121121
commit = true
122122
tag = true
123123

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__ = '1.1.1'
5+
__version__ = '1.2.0'
66

77

88
from . import datasets

0 commit comments

Comments
 (0)