diff --git a/fractal_server/__init__.py b/fractal_server/__init__.py index 8f838724f8..1d6387beff 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "2.3.0" +__VERSION__ = "2.3.1a0" diff --git a/pyproject.toml b/pyproject.toml index 28dc6e8239..2f2adb68bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-server" -version = "2.3.0" +version = "2.3.1a0" description = "Server component of the Fractal analytics platform" authors = [ "Tommaso Comparin ", @@ -91,7 +91,7 @@ filterwarnings = [ ] [tool.bumpver] -current_version = "2.3.0" +current_version = "2.3.1a0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true