We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ddd92 commit bd428feCopy full SHA for bd428fe
fractal_client/__init__.py
@@ -1 +1 @@
1
-__VERSION__ = "2.4.0"
+__VERSION__ = "2.5.0a0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "fractal-client"
3
-version = "2.4.0"
+version = "2.5.0a0"
4
description = "Client component of the Fractal analytics platform"
5
authors = [
6
"Tommaso Comparin <[email protected]>",
@@ -57,7 +57,7 @@ requires = ["poetry-core"]
57
build-backend = "poetry.core.masonry.api"
58
59
[tool.bumpver]
60
-current_version = "2.4.0"
+current_version = "2.5.0a0"
61
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
62
commit_message = "bump version {old_version} -> {new_version}"
63
commit = true
0 commit comments