Skip to content

Commit

Permalink
Bumps version to 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceLarose committed Mar 16, 2023
1 parent 3eecea5 commit 51ac4b8
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 @@ -10,7 +10,7 @@
logging.getLogger(__name__).addHandler(stream_handler)

__author__ = "Maxence Larose"
__version__ = "1.0.13"
__version__ = "1.0.14"
__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.0.13",
version="1.0.14",
author="Maxence Larose",
author_email="[email protected]",
description="DICOM Extraction for Large-scale Image Analysis (DELIA).",
Expand Down

0 comments on commit 51ac4b8

Please sign in to comment.