From 1fad08cd4936abd463a65c6f1db2d6434ae06c9a Mon Sep 17 00:00:00 2001 From: fasnicar Date: Wed, 27 Jan 2021 10:46:59 +0100 Subject: [PATCH] updating version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cce7ae..b2a7295 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_reqs = ["biopython", "dendropy", "matplotlib", "numpy", "pandas", "seaborn"] setuptools.setup(name='PhyloPhlAn', - version='3.0.1', + version='3.0.2', author='Francesco Asnicar', author_email='f.asnicar@unitn.it', url='http://github.com/biobakery/phylophlan',