diff --git a/MEDimage/__init__.py b/MEDimage/__init__.py index a615314..937f115 100644 --- a/MEDimage/__init__.py +++ b/MEDimage/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 805a4ce..8c8dc43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0" diff --git a/setup.py b/setup.py index 820d791..0f361a8 100644 --- a/setup.py +++ b/setup.py @@ -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",