From 285b472c213dc43bfe8ce94e54aa68adf8f28a5d Mon Sep 17 00:00:00 2001 From: mfranzon <43796979+mfranzon@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:26:33 +0100 Subject: [PATCH] bump version 0.1.9 -> 0.1.10 --- pyproject.toml | 4 ++-- src/fractal_healthcheck/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db1374e..cb1a881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fractal-healthcheck" -version = "0.1.9" +version = "0.1.10" authors = [ {name = "Alberto Pastorutti", email = "alberto.pastorutti@exact-lab.it"}, {name = "Tommaso Comparin", email = "tommaso.comparin@exact-lab.it"}, @@ -35,7 +35,7 @@ build-backend = "setuptools.build_meta" fractal-health = "fractal_healthcheck.main:main" [tool.bumpver] -current_version = "0.1.9" +current_version = "0.1.10" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/fractal_healthcheck/__init__.py b/src/fractal_healthcheck/__init__.py index f26db15..e008c39 100644 --- a/src/fractal_healthcheck/__init__.py +++ b/src/fractal_healthcheck/__init__.py @@ -1,2 +1,2 @@ -__VERSION__ = "0.1.9" +__VERSION__ = "0.1.10" LOGGER_NAME = "fractal-health"