Skip to content

Commit

Permalink
bump version 2.10.4 -> 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 14, 2025
1 parent 3ad2958 commit d7dac21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fractal_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "2.10.4"
__VERSION__ = "2.10.5"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fractal-server"
version = "2.10.4"
version = "2.10.5"
description = "Backend component of the Fractal analytics platform"
authors = [
{ name="Tommaso Comparin", email="[email protected]" },
Expand Down Expand Up @@ -95,7 +95,7 @@ filterwarnings = [
]

[tool.bumpver]
current_version = "2.10.4"
current_version = "2.10.5"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit d7dac21

Please sign in to comment.