From f63c7b891e57cd03e339ca748a01be081e46e389 Mon Sep 17 00:00:00 2001 From: Greg Medlock Date: Tue, 11 Dec 2018 16:38:11 -0500 Subject: [PATCH] update setup updated setup with actual version string from release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f159ef5..3e985b5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='medusa-cobra', description='Ensemble modeling using constraint-based reconstruction and analysis (COBRA)', long_description='Medusa extends various algorithms and analyses used in the COBRA field to ensemble-scale, and provides a high-level user interface for analysis, visualization, and interpreting simulation results.', - version='0.2', + version='v0.2', author='Gregory Medlock', author_email='gmedlo@gmail.com', url='https://github.com/gregmedlock/Medusa',