From e44655b7eaf43055307bfb887d98f76b34a97ff1 Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:29:10 +0200 Subject: [PATCH] bump version 1.0.2 -> 1.0.3a0 --- fractal_tasks_core/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal_tasks_core/__init__.py b/fractal_tasks_core/__init__.py index 53e841348..4b38628ea 100644 --- a/fractal_tasks_core/__init__.py +++ b/fractal_tasks_core/__init__.py @@ -6,6 +6,6 @@ ) -__VERSION__ = "1.0.2" +__VERSION__ = "1.0.3a0" __OME_NGFF_VERSION__ = "0.4" __FRACTAL_TABLE_VERSION__ = "1" diff --git a/pyproject.toml b/pyproject.toml index d5ef8e7ae..42ef0e143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-tasks-core" -version = "1.0.2" +version = "1.0.3a0" description = "Core bioimage-analysis library and tasks of the Fractal analytics platform" authors = [ "Joel Lüthi ", @@ -90,7 +90,7 @@ source = ["fractal_tasks_core"] omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*"] [tool.bumpver] -current_version = "1.0.2" +current_version = "1.0.3a0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true