Skip to content

Commit

Permalink
Bump version: 0.20.2 → 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Dec 5, 2024
1 parent 3e6fd18 commit 33559e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "torchio"
version = "0.20.2"
version = "0.20.3"
description = "Tools for medical image processing with PyTorch"
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
Expand Down Expand Up @@ -106,7 +106,7 @@ test = [
]

[tool.bumpversion]
current_version = "0.20.2"
current_version = "0.20.3"
commit = true
tag = true

Expand Down
2 changes: 1 addition & 1 deletion src/torchio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Fernando Perez-Garcia"""
__email__ = '[email protected]'
__version__ = '0.20.2'
__version__ = '0.20.3'


from . import datasets
Expand Down

0 comments on commit 33559e4

Please sign in to comment.