Skip to content

Commit

Permalink
Updates dependency for click. Fix #90
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Magnusson committed Nov 15, 2018
1 parent f0134dd commit 9c6372d
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 @@ -20,7 +20,7 @@
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'

setup(name='genmod',
version='3.7.2',
version='3.7.3',
description='Annotate genetic inheritance models in variant files',
author = 'Mans Magnusson',
author_email = '[email protected]',
Expand All @@ -31,7 +31,7 @@
'pytabix',
'pytest',
'interval_tree >= 0.3.2',
'click',
'click < 7',
'configobj',
'intervaltree',
'extract_vcf >= 0.4.2'
Expand Down

0 comments on commit 9c6372d

Please sign in to comment.