Skip to content

Commit 0ab966c

Browse files
committed
bump version 2.9.0a12 -> 2.9.0
1 parent 94c6fc1 commit 0ab966c

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.9.0a12"
1+
__VERSION__ = "2.9.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fractal-server"
3-
version = "2.9.0a12"
3+
version = "2.9.0"
44
description = "Server component of the Fractal analytics platform"
55
authors = [
66
"Tommaso Comparin <tommaso.comparin@exact-lab.it>",
@@ -85,7 +85,7 @@ filterwarnings = [
8585
]
8686

8787
[tool.bumpver]
88-
current_version = "2.9.0a12"
88+
current_version = "2.9.0"
8989
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
9090
commit_message = "bump version {old_version} -> {new_version}"
9191
commit = true

0 commit comments

Comments
 (0)