From 9e8512068208af0b65547baeea66d6af2367ab8a Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:22:32 +0200 Subject: [PATCH] bump version 1.4.10 -> 2.0.0a0 --- fractal_server/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal_server/__init__.py b/fractal_server/__init__.py index 6b558a3401..21e22e1b2d 100644 --- a/fractal_server/__init__.py +++ b/fractal_server/__init__.py @@ -1 +1 @@ -__VERSION__ = "1.4.10" +__VERSION__ = "2.0.0a0" diff --git a/pyproject.toml b/pyproject.toml index d08144fb07..b38535474b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fractal-server" -version = "1.4.10" +version = "2.0.0a0" description = "Server component of the Fractal analytics platform" authors = [ "Jacopo Nespolo ", @@ -85,7 +85,7 @@ filterwarnings = [ ] [tool.bumpver] -current_version = "1.4.10" +current_version = "2.0.0a0" version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]" commit_message = "bump version {old_version} -> {new_version}" commit = true