From f8ec06ee2f8cdabe964c5632b8273a1800cd44b0 Mon Sep 17 00:00:00 2001 From: Peter Somhorst Date: Fri, 14 Jun 2024 09:26:02 +0200 Subject: [PATCH] bumpversion --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- eitprocessing/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 560ab4a32..d904fa168 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 [comment] comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved diff --git a/CITATION.cff b/CITATION.cff index 26397d59a..6607b15b6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -41,7 +41,7 @@ authors: date-released: 2023-03-23 doi: 10.0000/FIXME -version: "1.0.1" +version: "1.0.2" repository-code: "git@github.com:EIT-ALIVE/eitprocessing" keywords: - Mechanical lung ventilation diff --git a/eitprocessing/__init__.py b/eitprocessing/__init__.py index 5c4105cd3..7863915fa 100644 --- a/eitprocessing/__init__.py +++ b/eitprocessing/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.2" diff --git a/pyproject.toml b/pyproject.toml index 1244ae22f..dccc3743a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "eitprocessing" -version = "1.0.1" +version = "1.0.2" description = "Processing of lung image data from electrical impedance tomography." readme = "README.md" requires-python = ">=3.10"