diff --git a/fractal_client/__init__.py b/fractal_client/__init__.py index d3dfe0f1..c24485af 100644 --- a/fractal_client/__init__.py +++ b/fractal_client/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.2.0" +__VERSION__ = "2.2.1" diff --git a/pyproject.toml b/pyproject.toml index 64f63b0d..61e2449f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-client" -version = "2.2.0" +version = "2.2.1" description = "Client component of the Fractal analytics platform" authors = [ "Tommaso Comparin ", @@ -56,7 +56,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "2.2.0" +current_version = "2.2.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true