Skip to content

Commit

Permalink
setup.py: Set version 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
torbjorgen committed Nov 17, 2023
1 parent 8f5e48b commit 6ec6e62
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.8.0',
version='3.8.1',
description='Annotate genetic inheritance models in variant files',
author = 'Mans Magnusson',
author_email = '[email protected]',
Expand Down Expand Up @@ -60,4 +60,4 @@
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
long_description = long_description,
)
)

0 comments on commit 6ec6e62

Please sign in to comment.