Skip to content

Commit abda3ac

Browse files
committed
Bumps to version 1.2.7
1 parent 339c64e commit abda3ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

delia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
logging.getLogger(__name__).addHandler(stream_handler)
1010

1111
__author__ = "Maxence Larose"
12-
__version__ = "1.2.6"
12+
__version__ = "1.2.7"
1313
__copyright__ = "Copyright 2022, Maxence Larose"
1414
__credits__ = ["Maxence Larose"]
1515
__license__ = "Apache License 2.0"

setup.py

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

33
setuptools.setup(
44
name="delia",
5-
version="1.2.6",
5+
version="1.2.7",
66
author="Maxence Larose",
77
author_email="maxence.larose.1@ulaval.ca",
88
description="DICOM Extraction for Large-scale Image Analysis (DELIA).",

0 commit comments

Comments
 (0)