From 6ec25746afa0ca641a2169d9d3f016d6f6b04252 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:14:42 +0100 Subject: [PATCH] bump version 2.10.5 -> 2.11.0a0 --- 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 a89df70dd2..0e58a4687b 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.10.5" +__VERSION__ = "2.11.0a0" diff --git a/pyproject.toml b/pyproject.toml index 0ef2de94df..e4af139d0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fractal-server" -version = "2.10.5" +version = "2.11.0a0" 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.10.5" +current_version = "2.11.0a0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true