Skip to content

Commit 46dad64

Browse files
committed
Bump version: 0.19.5 → 0.19.6
1 parent 6df092a commit 46dad64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.19.5
2+
current_version = 0.19.6
33
commit = True
44
tag = True
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = torchio
3-
version = 0.19.5
3+
version = 0.19.6
44
description = Tools for medical image processing with PyTorch
55
long_description = file: README.md
66
long_description_content_type = text/markdown

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__ = '0.19.5'
5+
__version__ = '0.19.6'
66

77

88
from . import utils

0 commit comments

Comments
 (0)