Skip to content

Commit 31879fb

Browse files
committed
bump version 1.4.2 -> 1.5.0a0
1 parent ab8d952 commit 31879fb

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.4.2"
9+
__VERSION__ = "1.5.0a0"
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.4.2"
3+
version = "1.5.0a0"
44
description = "Core bioimage-analysis library and tasks of the Fractal analytics platform"
55
authors = [
66
"Joel Lüthi <[email protected]>",
@@ -108,7 +108,7 @@ omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
108108
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "*/.venv/*"]
109109

110110
[tool.bumpver]
111-
current_version = "1.4.2"
111+
current_version = "1.5.0a0"
112112
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
113113
commit_message = "bump version {old_version} -> {new_version}"
114114
commit = true

0 commit comments

Comments
 (0)