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 4ab6617 commit 9d9d089Copy full SHA for 9d9d089
delia/__init__.py
@@ -9,7 +9,7 @@
9
logging.getLogger(__name__).addHandler(stream_handler)
10
11
__author__ = "Maxence Larose"
12
-__version__ = "1.1.0"
+__version__ = "1.1.1"
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.0",
+ version="1.1.1",
6
author="Maxence Larose",
7
author_email="[email protected]",
8
description="DICOM Extraction for Large-scale Image Analysis (DELIA).",
0 commit comments