We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9fab9b commit ee183afCopy full SHA for ee183af
fractal_server/__init__.py
@@ -1 +1 @@
1
-__VERSION__ = "2.14.0a6"
+__VERSION__ = "2.14.0a7"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "fractal-server"
3
-version = "2.14.0a6"
+version = "2.14.0a7"
4
description = "Backend component of the Fractal analytics platform"
5
authors = [
6
{ name="Tommaso Comparin", email="[email protected]" },
@@ -95,7 +95,7 @@ filterwarnings = [
95
markers = ["container", "ssh"]
96
97
[tool.bumpver]
98
-current_version = "2.14.0a6"
+current_version = "2.14.0a7"
99
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
100
commit_message = "bump version {old_version} -> {new_version}"
101
commit = true
0 commit comments