Skip to content

Commit

Permalink
bump version 0.14.0a0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 13, 2023
1 parent 7a94d10 commit 40543ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fractal_tasks_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
)


__VERSION__ = "0.14.0a0"
__VERSION__ = "0.14.0"
__OME_NGFF_VERSION__ = "0.4"
__FRACTAL_TABLE_VERSION__ = "1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractal-tasks-core"
version = "0.14.0a0"
version = "0.14.0"
description = "Core bioimage-analysis library and tasks of the Fractal analytics platform"
authors = [
"Joel Lüthi <[email protected]>",
Expand Down Expand Up @@ -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.14.0a0"
current_version = "0.14.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 40543ea

Please sign in to comment.