Skip to content

Commit 6ec6e62

Browse files
committed
setup.py: Set version 3.8.1
1 parent 8f5e48b commit 6ec6e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = 'Tool for annotating patterns of genetic inheritance in Variant Call Format (VCF) files.'
2121

2222
setup(name='genmod',
23-
version='3.8.0',
23+
version='3.8.1',
2424
description='Annotate genetic inheritance models in variant files',
2525
author = 'Mans Magnusson',
2626
author_email = 'mans.magnusson@scilifelab.se',
@@ -60,4 +60,4 @@
6060
"Topic :: Scientific/Engineering :: Bio-Informatics",
6161
],
6262
long_description = long_description,
63-
)
63+
)

0 commit comments

Comments
 (0)