Skip to content

Commit

Permalink
bump version 0.10.0a6 -> 0.10.0a7
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jun 26, 2023
1 parent ab797f3 commit 8a5af24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"2022, Friedrich Miescher Institute for Biomedical Research and "
"University of Zurich"
)
version = "0.10.0a6"
version = "0.10.0a7"
language = "en"

extensions = [
Expand Down
2 changes: 1 addition & 1 deletion fractal_tasks_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
)


__VERSION__ = "0.10.0a6"
__VERSION__ = "0.10.0a7"
__OME_NGFF_VERSION__ = "0.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractal-tasks-core"
version = "0.10.0a6"
version = "0.10.0a7"
description = ""
authors = [
"Joel Lüthi <joel.luethi@fmi.ch>",
Expand Down Expand Up @@ -83,7 +83,7 @@ source = ["fractal_tasks_core"]
omit = ["tests/*", "examples/*", "fractal_tasks_core/dev/*"]

[tool.bumpver]
current_version = "0.10.0a6"
current_version = "0.10.0a7"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 8a5af24

Please sign in to comment.