From 210b41d57f140b4cbb3921ba8f511052843c4a38 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:28:22 +0100 Subject: [PATCH] bump version 1.4.0 -> 1.4.2 --- fractal_client/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal_client/__init__.py b/fractal_client/__init__.py index b2c6a8de9..30b4f62e7 100644 --- a/fractal_client/__init__.py +++ b/fractal_client/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.0" +__VERSION__ = "1.4.2" diff --git a/pyproject.toml b/pyproject.toml index 40cb1ef38..965262b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-client" -version = "1.4.0" +version = "1.4.2" description = "Client component of the Fractal analytics platform" authors = [ "Tommaso Comparin ", @@ -62,7 +62,7 @@ build-backend = "poetry.core.masonry.api" asyncio_mode = "auto" [tool.bumpver] -current_version = "1.4.0" +current_version = "1.4.2" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true