diff --git a/fractal_server/__init__.py b/fractal_server/__init__.py index ce170fd62b..a89df70dd2 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.10.4" +__VERSION__ = "2.10.5" diff --git a/pyproject.toml b/pyproject.toml index 76d33ea14b..0ef2de94df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fractal-server" -version = "2.10.4" +version = "2.10.5" 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.4" +current_version = "2.10.5" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true