From df80f74cea2398cf3658def5e9c537457d485fa4 Mon Sep 17 00:00:00 2001 From: thorstenwagner Date: Wed, 27 Sep 2023 15:03:24 +0200 Subject: [PATCH] set version to 0.99 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b09499..517349d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pymissense" -version = "1.0.0" +version = "0.99" description = "PyMissense create the plot and modified pdb as shown in the AlphaMissense Paper" readme = "README.md"