From bd81c72cb1c77a8dbf46eb3bee605a4dece67c37 Mon Sep 17 00:00:00 2001 From: MAHDI ALL Date: Thu, 19 Mar 2026 08:52:20 -0400 Subject: [PATCH] version upgrade to 0.10.0 --- MEDiml/__init__.py | 2 +- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MEDiml/__init__.py b/MEDiml/__init__.py index 7f75fc3..60dfcdf 100644 --- a/MEDiml/__init__.py +++ b/MEDiml/__init__.py @@ -14,7 +14,7 @@ logging.getLogger(__name__).addHandler(stream_handler) __author__ = "MEDomicsLab consortium" -__version__ = "0.9.11" +__version__ = "0.10.0" __copyright__ = "Copyright (C) MEDomicsLab consortium" __license__ = "GNU General Public License 3.0" __maintainer__ = "MAHDI AIT LHAJ LOUTFI" diff --git a/README.md b/README.md index 920043b..4359648 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![PyPI - Python Version](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10-blue)](https://www.python.org/downloads/release/python-380/) -[![PyPI - version](https://img.shields.io/badge/pypi-v0.9.11-blue)](https://pypi.org/project/mediml/) +[![PyPI - version](https://img.shields.io/badge/pypi-v0.10.0-blue)](https://pypi.org/project/mediml/) [![Continuous Integration](https://github.com/MEDomicsLab/MEDiml/actions/workflows/python-app.yml/badge.svg)](https://github.com/MEDomicsLab/MEDiml/actions/workflows/python-app.yml) [![Documentation Status](https://readthedocs.org/projects/mediml/badge/?version=latest)](https://mediml.readthedocs.io/en/latest/?badge=latest) [![License: GPL-3](https://img.shields.io/badge/license-GPLv3-blue)](LICENSE) diff --git a/pyproject.toml b/pyproject.toml index baa9417..7fc765f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mediml" -version = "0.9.11" +version = "0.10.0" description = "MEDiml 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 dd103c9..1c30a90 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="MEDiml", - version="0.9.11", + version="0.10.0", author="MEDomics consortium", author_email="medomics.info@gmail.com", description="Python Open-source package for medical images processing and radiomic features extraction",