Skip to content

Commit

Permalink
Updated version prior to pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiAll99 committed Apr 6, 2024
1 parent bcffbf9 commit 052c62c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MEDimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logging.getLogger(__name__).addHandler(stream_handler)

__author__ = "MEDomicsLab consortium"
__version__ = "0.3.0"
__version__ = "0.9.0"
__copyright__ = "Copyright (C) MEDomicsLab consortium"
__license__ = "GNU General Public License 3.0"
__maintainer__ = "MAHDI AIT LHAJ LOUTFI"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "medimage-pkg"
version = "0.3.0"
version = "0.9.0"
description = "MEDimage is a Python package for processing and extracting features from medical images"
authors = ["MEDomics Consortium <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="MEDimage",
version="0.3.0",
version="0.9.0",
author="MEDomics consortium",
author_email="[email protected]",
description="Python Open-source package for medical images processing and radiomic features extraction",
Expand Down

0 comments on commit 052c62c

Please sign in to comment.