Skip to content

Commit 5cd27ed

Browse files
committed
Bump version: 0.17.24 → 0.17.25
1 parent 947142f commit 5cd27ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# version is the short X.Y version
2828
# release is the full version, including alpha/beta/rc tags
29-
version = release = '0.17.24'
29+
version = release = '0.17.25'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.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.17.24
2+
current_version = 0.17.25
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
test_suite='tests',
5959
tests_require=[],
6060
url='https://github.com/fepegar/torchio',
61-
version='0.17.24',
61+
version='0.17.25',
6262
zip_safe=False,
6363
)

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__ = 'fernando.perezgarcia.17@ucl.ac.uk'
5-
__version__ = '0.17.24'
5+
__version__ = '0.17.25'
66

77
import os
88
from . import utils

0 commit comments

Comments
 (0)