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