Skip to content

Commit 0f811ed

Browse files
committed
bump version 1.4.1 -> 1.4.2
1 parent b32bcc8 commit 0f811ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_tasks_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
)
77

88

9-
__VERSION__ = "1.4.1"
9+
__VERSION__ = "1.4.2"
1010
__OME_NGFF_VERSION__ = "0.4"
1111
__FRACTAL_TABLE_VERSION__ = "1"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fractal-tasks-core"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
description = "Core bioimage-analysis library and tasks of the Fractal analytics platform"
55
authors = [
66
"Joel Lüthi <[email protected]>",
@@ -107,7 +107,7 @@ omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
107107
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
108108

109109
[tool.bumpver]
110-
current_version = "1.4.1"
110+
current_version = "1.4.2"
111111
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
112112
commit_message = "bump version {old_version} -> {new_version}"
113113
commit = true

0 commit comments

Comments
 (0)