Skip to content

Commit 8a5af24

Browse files
committed
bump version 0.10.0a6 -> 0.10.0a7
1 parent ab797f3 commit 8a5af24

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"2022, Friedrich Miescher Institute for Biomedical Research and "
1111
"University of Zurich"
1212
)
13-
version = "0.10.0a6"
13+
version = "0.10.0a7"
1414
language = "en"
1515

1616
extensions = [

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.10.0a6"
8+
__VERSION__ = "0.10.0a7"
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.10.0a6"
3+
version = "0.10.0a7"
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/*"]
8484

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

0 commit comments

Comments
 (0)