From db54dd98ff294cda3334b03d0e353d4d01c139eb Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:28:56 +0200 Subject: [PATCH] bump version 2.4.0a2 -> 2.4.0 --- 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 7a4aa420f..71d32b8fa 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.4.0a2" +__VERSION__ = "2.4.0" diff --git a/pyproject.toml b/pyproject.toml index dc5da9004..c0f5ea107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-server" -version = "2.4.0a2" +version = "2.4.0" description = "Server component of the Fractal analytics platform" authors = [ "Tommaso Comparin ", @@ -92,7 +92,7 @@ filterwarnings = [ ] [tool.bumpver] -current_version = "2.4.0a2" +current_version = "2.4.0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true