Skip to content

Commit bd428fe

Browse files
committed
bump version 2.4.0 -> 2.5.0a0
1 parent 25ddd92 commit bd428fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fractal_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "2.4.0"
1+
__VERSION__ = "2.5.0a0"

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-client"
3-
version = "2.4.0"
3+
version = "2.5.0a0"
44
description = "Client component of the Fractal analytics platform"
55
authors = [
66
"Tommaso Comparin <[email protected]>",
@@ -57,7 +57,7 @@ requires = ["poetry-core"]
5757
build-backend = "poetry.core.masonry.api"
5858

5959
[tool.bumpver]
60-
current_version = "2.4.0"
60+
current_version = "2.5.0a0"
6161
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
6262
commit_message = "bump version {old_version} -> {new_version}"
6363
commit = true

0 commit comments

Comments
 (0)