Skip to content

Commit

Permalink
Merge pull request #19 from stevenweaver/master
Browse files Browse the repository at this point in the history
dependency and version bump
  • Loading branch information
stevenweaver authored Jan 11, 2019
2 parents d9643b6 + 0d7da7d commit 3b7dbbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.3.1",
version="1.3.2",
description='HIV molecular clustering tools',
author='Sergei Kosakovsky Pond',
author_email='[email protected]',
Expand All @@ -23,8 +23,8 @@
'scripts/TNS'
],
install_requires=[
'biopython-extensions >= 0.18.0',
'hyphy-python >= 0.1.8',
'hyphy-helper >= 0.9.6',
'bioext >= 0.19.0',
'hyphy-python >= 0.1.9',
'hppy >= 0.9.9',
],
)

0 comments on commit 3b7dbbf

Please sign in to comment.