Skip to content

Commit 099194b

Browse files
committed
bump version 1.3.4 -> 1.4.0
1 parent 79c6ff7 commit 099194b

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.3.4"
9+
__VERSION__ = "1.4.0"
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.3.4"
3+
version = "1.4.0"
44
description = "Core bioimage-analysis library and tasks of the Fractal analytics platform"
55
authors = [
66
"Joel Lüthi <[email protected]>",
@@ -104,7 +104,7 @@ source = ["fractal_tasks_core"]
104104
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*"]
105105

106106
[tool.bumpver]
107-
current_version = "1.3.4"
107+
current_version = "1.4.0"
108108
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
109109
commit_message = "bump version {old_version} -> {new_version}"
110110
commit = true

0 commit comments

Comments
 (0)