Skip to content

Commit

Permalink
Bumps version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceLarose committed May 12, 2023
1 parent 4ab6617 commit 9d9d089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion delia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
logging.getLogger(__name__).addHandler(stream_handler)

__author__ = "Maxence Larose"
__version__ = "1.1.0"
__version__ = "1.1.1"
__copyright__ = "Copyright 2022, Maxence Larose"
__credits__ = ["Maxence Larose"]
__license__ = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="delia",
version="1.1.0",
version="1.1.1",
author="Maxence Larose",
author_email="[email protected]",
description="DICOM Extraction for Large-scale Image Analysis (DELIA).",
Expand Down

0 comments on commit 9d9d089

Please sign in to comment.