From 7d806f42d792275a7ffc09440ebba17309d4d61e Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Mon, 15 May 2023 15:26:51 -0400 Subject: [PATCH] updating version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1da392d..c069e06 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ sys.path.insert(0, join(split(abspath(__file__))[0], 'lib')) setup(name='hivclustering', - version="1.6.3", + version="1.6.5", description='HIV molecular clustering tools', author='Sergei Kosakovsky Pond', author_email='spond@ucsd.edu', @@ -25,7 +25,7 @@ ], install_requires=[ 'bioext >= 0.19.0', - 'hyphy-python >= 0.1.9', + 'hyphy-python >= 0.1.11', 'hppy >= 0.9.9', ], )