diff --git a/fractal_server/__init__.py b/fractal_server/__init__.py index 71d32b8fa..1e28fb050 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.4.0" +__VERSION__ = "2.4.1" diff --git a/pyproject.toml b/pyproject.toml index c0f5ea107..c64fffbe0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-server" -version = "2.4.0" +version = "2.4.1" description = "Server component of the Fractal analytics platform" authors = [ "Tommaso Comparin ", @@ -92,7 +92,7 @@ filterwarnings = [ ] [tool.bumpver] -current_version = "2.4.0" +current_version = "2.4.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true