We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5e48b commit 6ec6e62Copy full SHA for 6ec6e62
setup.py
@@ -20,7 +20,7 @@
20
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'
21
22
setup(name='genmod',
23
- version='3.8.0',
+ version='3.8.1',
24
description='Annotate genetic inheritance models in variant files',
25
author = 'Mans Magnusson',
26
author_email = 'mans.magnusson@scilifelab.se',
@@ -60,4 +60,4 @@
60
"Topic :: Scientific/Engineering :: Bio-Informatics",
61
],
62
long_description = long_description,
63
-)
+)
0 commit comments