Skip to content

Commit

Permalink
bump version 2.6.0 -> 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 7, 2025
1 parent fff2ade commit 44bae1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fractal_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "2.6.0"
__VERSION__ = "2.6.1"
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-client"
version = "2.6.0"
version = "2.6.1"
description = "Command-line client of the Fractal analytics platform"
authors = [
{ name="Tommaso Comparin", email="[email protected]" },
Expand Down Expand Up @@ -68,7 +68,7 @@ mkdocstrings = { extras = ["python"], version = "0.25.2" }
mkdocs-include-markdown-plugin = { version = "4.0.4", python = "^3.8,<3.12" }

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

0 comments on commit 44bae1d

Please sign in to comment.