Skip to content

Commit efc85b4

Browse files
committed
bump version 1.5.3 -> 1.5.4
1 parent b1194ac commit efc85b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_tasks_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
)
77

88

9-
__VERSION__ = "1.5.3"
9+
__VERSION__ = "1.5.4"
1010
__OME_NGFF_VERSION__ = "0.4"
1111
__FRACTAL_TABLE_VERSION__ = "1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fractal-tasks-core"
3-
version = "1.5.3"
3+
version = "1.5.4"
44
description = "Core bioimage-analysis library and tasks of the Fractal analytics platform"
55
authors = [
66
"Joel Lüthi <[email protected]>",
@@ -109,7 +109,7 @@ omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
109109
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
110110

111111
[tool.bumpver]
112-
current_version = "1.5.3"
112+
current_version = "1.5.4"
113113
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
114114
commit_message = "bump version {old_version} -> {new_version}"
115115
commit = true

0 commit comments

Comments
 (0)