From 0f150d601a78aad7da2b8fc75aaed5cb2935c55f Mon Sep 17 00:00:00 2001 From: adraismawur Date: Wed, 22 Jan 2025 15:38:50 +0000 Subject: [PATCH] Update version number to new_version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa2ff18..215c10f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name ="big-scape" -version = "2.0.0-beta.3" +version = "2.0.0-beta.4" description = "Biosynthetic Gene Similarity Clustering and Prospecting Engine" requires-python = ">=3.11" license = { file = "LICENSE" }