Skip to content

Commit

Permalink
Merge pull request #60 from MahdiAll99/dev
Browse files Browse the repository at this point in the history
Updated version prior to pypi release
  • Loading branch information
MahdiAll99 committed Apr 6, 2024
2 parents 5732906 + 052c62c commit 549156d
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 <medomics.info@gmail.com>"]
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="medomics.info@gmail.com",
description="Python Open-source package for medical images processing and radiomic features extraction",
Expand Down

0 comments on commit 549156d

Please sign in to comment.