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