Skip to content

Commit 904bc8d

Browse files
committed
bump version 2.11.0a1 -> 2.11.0a2
1 parent 42a4375 commit 904bc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "2.11.0a1"
1+
__VERSION__ = "2.11.0a2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fractal-server"
3-
version = "2.11.0a1"
3+
version = "2.11.0a2"
44
description = "Backend component of the Fractal analytics platform"
55
authors = [
66
{ name="Tommaso Comparin", email="tommaso.comparin@exact-lab.it" },
@@ -95,7 +95,7 @@ filterwarnings = [
9595
]
9696

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

0 commit comments

Comments
 (0)