Skip to content

Commit ee183af

Browse files
committed
bump version 2.14.0a6 -> 2.14.0a7
1 parent b9fab9b commit ee183af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "2.14.0a6"
1+
__VERSION__ = "2.14.0a7"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fractal-server"
3-
version = "2.14.0a6"
3+
version = "2.14.0a7"
44
description = "Backend component of the Fractal analytics platform"
55
authors = [
66
{ name="Tommaso Comparin", email="[email protected]" },
@@ -95,7 +95,7 @@ filterwarnings = [
9595
markers = ["container", "ssh"]
9696

9797
[tool.bumpver]
98-
current_version = "2.14.0a6"
98+
current_version = "2.14.0a7"
9999
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
100100
commit_message = "bump version {old_version} -> {new_version}"
101101
commit = true

0 commit comments

Comments
 (0)