We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cbd6a commit 34222c7Copy full SHA for 34222c7
CHANGELOG.md
@@ -8,6 +8,9 @@ Please add a new candidate release at the top after changing the latest one. Fee
8
9
Try to use the following format:
10
11
+## [3.8.0]
12
+- Rank score normalisation
13
+
14
## [3.7.4]
15
16
### Fixed
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.7.4',
+ version='3.8.0',
24
description='Annotate genetic inheritance models in variant files',
25
author = 'Mans Magnusson',
26
author_email = 'mans.magnusson@scilifelab.se',
0 commit comments