From 78958ccb693a37ddfc70ceaee4345b275c012d28 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Mon, 21 Oct 2024 16:35:01 +0200 Subject: [PATCH] bump version 2.3.0a0 -> 2.3.0a1 --- 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 d4979f85..feda9423 100644 --- a/fractal_client/__init__.py +++ b/fractal_client/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.3.0a0" +__VERSION__ = "2.3.0a1" diff --git a/pyproject.toml b/pyproject.toml index a432f3b0..2c2d3a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-client" -version = "2.3.0a0" +version = "2.3.0a1" 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.3.0a0" +current_version = "2.3.0a1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true