Skip to content

Commit

Permalink
bump version 2.6.0a0 -> 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 9, 2024
1 parent e07ecd5 commit 94cb2ad
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.0a0"
__VERSION__ = "2.6.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fractal-client"
version = "2.6.0a0"
version = "2.6.0"
description = "Client component of the Fractal analytics platform"
authors = [
"Tommaso Comparin <[email protected]>",
Expand Down Expand Up @@ -56,7 +56,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

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

0 comments on commit 94cb2ad

Please sign in to comment.