From 72b8d205556c050689796a8dd89f4196e806a1a3 Mon Sep 17 00:00:00 2001 From: Mariya Lysenkova Wiklander Date: Mon, 9 Dec 2024 10:06:22 +0100 Subject: [PATCH] bump version v2.3.0 -> v2.4.0 --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e7d992..d5d6a06 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ALLIUM v2.3.0 :garlic: +# ALLIUM v2.4.0 :garlic: ## About diff --git a/pyproject.toml b/pyproject.toml index 668cebb..aef7cac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "allium" -version = "v2.3.0" +version = "v2.4.0" description = "ALLIUM is a machine learning model that predicts subtypes of acute lymphoblastic leukemia (ALL)." readme = "README.md" authors = [ @@ -33,7 +33,7 @@ Homepage = "https://github.com/Molmed/allium" [tool.bumpver] -current_version = "v2.3.0" +current_version = "v2.4.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"