We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e902524 commit 8bb5791Copy full SHA for 8bb5791
fractal_server/__init__.py
@@ -1 +1 @@
1
-__VERSION__ = "2.9.0a9"
+__VERSION__ = "2.9.0a10"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "fractal-server"
3
-version = "2.9.0a9"
+version = "2.9.0a10"
4
description = "Server component of the Fractal analytics platform"
5
authors = [
6
"Tommaso Comparin <tommaso.comparin@exact-lab.it>",
@@ -86,7 +86,7 @@ filterwarnings = [
86
]
87
88
[tool.bumpver]
89
-current_version = "2.9.0a9"
+current_version = "2.9.0a10"
90
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
91
commit_message = "bump version {old_version} -> {new_version}"
92
commit = true
0 commit comments