Skip to content

Commit 83e170c

Browse files
committed
bump version 2.17.0a3 -> 2.17.0a4
1 parent df5510c commit 83e170c

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.17.0a3"
1+
__VERSION__ = "2.17.0a4"

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.17.0a3"
3+
version = "2.17.0a4"
44
description = "Backend component of the Fractal analytics platform"
55
authors = [
66
{ name="Tommaso Comparin", email="[email protected]" },
@@ -96,7 +96,7 @@ filterwarnings = [
9696
markers = ["container", "ssh", "fails_on_macos"]
9797

9898
[tool.bumpver]
99-
current_version = "2.17.0a3"
99+
current_version = "2.17.0a4"
100100
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
101101
commit_message = "bump version {old_version} -> {new_version}"
102102
commit = true

0 commit comments

Comments
 (0)