diff --git a/README.md b/README.md index a88ca9e..8e7d992 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ALLIUM v2.2.0 :garlic: +# ALLIUM v2.3.0 :garlic: ## About diff --git a/pyproject.toml b/pyproject.toml index 9ed6fba..668cebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "allium" -version = "v2.2.0" +version = "v2.3.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.2.0" +current_version = "v2.3.0" version_pattern = "vMAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"