From cba769d45fd099d542c81ab61a882842863d93c1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <127968566+psomhorst@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:58:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.8=20=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- eitprocessing/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 02d2e94a0..6e48a3a78 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -39,7 +39,7 @@ authors: date-released: 2023-03-23 doi: 10.5281/zenodo.7869553 -version: "1.4.8" +version: "1.5.0" repository-code: "https://github.com/EIT-ALIVE/eitprocessing" keywords: - Mechanical lung ventilation diff --git a/eitprocessing/__init__.py b/eitprocessing/__init__.py index 4963389e5..5b6018861 100644 --- a/eitprocessing/__init__.py +++ b/eitprocessing/__init__.py @@ -1 +1 @@ -__version__ = "1.4.8" +__version__ = "1.5.0" diff --git a/pyproject.toml b/pyproject.toml index 989e170a6..755eebc2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eitprocessing" -version = "1.4.8" +version = "1.5.0" description = "Processing of lung image data from electrical impedance tomography." readme = "README.md" requires-python = ">=3.10" @@ -173,7 +173,7 @@ isort.known-first-party = ["eitprocessing"] "docs/*" = ["ALL"] [tool.bumpversion] -current_version = "1.4.8" +current_version = "1.5.0" [[tool.bumpversion.files]] filename = "pyproject.toml"