File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
27
27
# version is the short X.Y version
28
28
# release is the full version, including alpha/beta/rc tags
29
- version = release = '0.17.24 '
29
+ version = release = '0.17.25 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.17.24
2
+ current_version = 0.17.25
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 58
58
test_suite = 'tests' ,
59
59
tests_require = [],
60
60
url = 'https://github.com/fepegar/torchio' ,
61
- version = '0.17.24 ' ,
61
+ version = '0.17.25 ' ,
62
62
zip_safe = False ,
63
63
)
Original file line number Diff line number Diff line change 2
2
3
3
__author__ = """Fernando Perez-Garcia"""
4
4
__email__ = 'fernando.perezgarcia.17@ucl.ac.uk'
5
- __version__ = '0.17.24 '
5
+ __version__ = '0.17.25 '
6
6
7
7
import os
8
8
from . import utils
You can’t perform that action at this time.
0 commit comments