We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932dbd7 commit bba2f9aCopy full SHA for bba2f9a
delia/__init__.py
@@ -9,7 +9,7 @@
9
logging.getLogger(__name__).addHandler(stream_handler)
10
11
__author__ = "Maxence Larose"
12
-__version__ = "1.1.1"
+__version__ = "1.2.0"
13
__copyright__ = "Copyright 2022, Maxence Larose"
14
__credits__ = ["Maxence Larose"]
15
__license__ = "Apache License 2.0"
setup.py
@@ -2,7 +2,7 @@
2
3
setuptools.setup(
4
name="delia",
5
- version="1.1.1",
+ version="1.2.0",
6
author="Maxence Larose",
7
author_email="[email protected]",
8
description="DICOM Extraction for Large-scale Image Analysis (DELIA).",
0 commit comments