Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver committed May 15, 2023
1 parent fee8e0f commit 7d806f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand All @@ -25,7 +25,7 @@
],
install_requires=[
'bioext >= 0.19.0',
'hyphy-python >= 0.1.9',
'hyphy-python >= 0.1.11',
'hppy >= 0.9.9',
],
)

0 comments on commit 7d806f4

Please sign in to comment.