diff --git a/fractal_tasks_core/__init__.py b/fractal_tasks_core/__init__.py index f26e36c77..b17a4926f 100644 --- a/fractal_tasks_core/__init__.py +++ b/fractal_tasks_core/__init__.py @@ -5,5 +5,5 @@ ) -__VERSION__ = "0.13.0" +__VERSION__ = "0.13.1" __OME_NGFF_VERSION__ = "0.4" diff --git a/pyproject.toml b/pyproject.toml index 3964cbeb0..3ee1873de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-tasks-core" -version = "0.13.0" +version = "0.13.1" description = "Core bioimage-analysis library and tasks of the Fractal analytics platform" authors = [ "Joel Lüthi ", @@ -89,7 +89,7 @@ source = ["fractal_tasks_core"] omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "fractal_tasks_core/tasks/compress_tif.py"] [tool.bumpver] -current_version = "0.13.0" +current_version = "0.13.1" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true