From f9872e3aec53ef72b1bf440108b3092bcb9f1d31 Mon Sep 17 00:00:00 2001 From: Charles Rocabert Date: Sat, 23 Sep 2023 11:53:50 +0200 Subject: [PATCH] v1.0.0: First release after publication --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdb5e0e..b34d639 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name = "MetEvolSim", - version = "0.6.3", + version = "1.0.0", license = "GNU General Public License v3 (GPLv3)", description = "MetEvolSim (Metabolome Evolution Simulator) Python Package", long_description = long_description,