From 0fb1d4dcf9e65b21d86c2d43211a0b11f87d4716 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Fri, 13 Sep 2024 08:34:36 +0200 Subject: [PATCH] bump version 2.4.1 -> 2.4.2 --- 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 1e28fb0507..7a5430e672 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 c64fffbe03..16b7b80e33 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