Skip to content

Commit d7dac21

Browse files
committed
bump version 2.10.4 -> 2.10.5
1 parent 3ad2958 commit d7dac21

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.10.4"
1+
__VERSION__ = "2.10.5"

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.10.4"
3+
version = "2.10.5"
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.10.4"
98+
current_version = "2.10.5"
9999
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
100100
commit_message = "bump version {old_version} -> {new_version}"
101101
commit = true

0 commit comments

Comments
 (0)