diff --git a/fractal_tasks_core/__init__.py b/fractal_tasks_core/__init__.py index b72904c0c..eb7ab52c6 100644 --- a/fractal_tasks_core/__init__.py +++ b/fractal_tasks_core/__init__.py @@ -6,6 +6,6 @@ ) -__VERSION__ = "1.4.1" +__VERSION__ = "1.4.2" __OME_NGFF_VERSION__ = "0.4" __FRACTAL_TABLE_VERSION__ = "1" diff --git a/pyproject.toml b/pyproject.toml index 5b36dc933..596e02bcd 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-tasks-core" -version = "1.4.1" +version = "1.4.2" description = "Core bioimage-analysis library and tasks of the Fractal analytics platform" authors = [ "Joel Lüthi ", @@ -107,7 +107,7 @@ omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"] omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"] [tool.bumpver] -current_version = "1.4.1" +current_version = "1.4.2" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true