From a351d00fba23e0a8772b8c8c91695b361bda02cb Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:33:31 +0100 Subject: [PATCH] bump version 2.11.0a9 -> 2.11.0a10 --- fractal_server/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal_server/__init__.py b/fractal_server/__init__.py index c8b7b5692b..e4d42a4d24 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.11.0a9" +__VERSION__ = "2.11.0a10" diff --git a/pyproject.toml b/pyproject.toml index 33ccd7eea1..5f5423124e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fractal-server" -version = "2.11.0a9" +version = "2.11.0a10" description = "Backend component of the Fractal analytics platform" authors = [ { name="Tommaso Comparin", email="tommaso.comparin@exact-lab.it" }, @@ -95,7 +95,7 @@ filterwarnings = [ ] [tool.bumpver] -current_version = "2.11.0a9" +current_version = "2.11.0a10" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true