From 94cb2ad22d0fc869ccf430584b5823655efdb778 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:36:30 +0100 Subject: [PATCH] bump version 2.6.0a0 -> 2.6.0 --- 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 9850e9c4..12f00add 100644 --- a/fractal_client/__init__.py +++ b/fractal_client/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.6.0a0" +__VERSION__ = "2.6.0" diff --git a/pyproject.toml b/pyproject.toml index 6f747566..09da60a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-client" -version = "2.6.0a0" +version = "2.6.0" 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.6.0a0" +current_version = "2.6.0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true