Skip to content

Commit cafe063

Browse files
committed
bump version 0.11.0a2 -> 0.11.0
1 parent bcf4459 commit cafe063

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
@@ -5,5 +5,5 @@
55
)
66

77

8-
__VERSION__ = "0.11.0a2"
8+
__VERSION__ = "0.11.0"
99
__OME_NGFF_VERSION__ = "0.4"

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 = "0.11.0a2"
3+
version = "0.11.0"
44
description = ""
55
authors = [
66
"Joel Lüthi <[email protected]>",
@@ -83,7 +83,7 @@ source = ["fractal_tasks_core"]
8383
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*", "fractal_tasks_core/tasks/compress_tif.py"]
8484

8585
[tool.bumpver]
86-
current_version = "0.11.0a2"
86+
current_version = "0.11.0"
8787
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
8888
commit_message = "bump version {old_version} -> {new_version}"
8989
commit = true

0 commit comments

Comments
 (0)