We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbf729 commit 400aadbCopy full SHA for 400aadb
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='seq-tools',
15
- version='1.0.6',
+ version='1.0.7',
16
description='Python tools for working with biological sequence data',
17
long_description=long_description,
18
url='https://github.com/jason-weirather/py-seq-tools',
@@ -36,6 +36,7 @@
36
'seqtools.format.sam.bam',
37
'seqtools.graph',
38
'seqtools.sequence',
39
+ 'seqtools.range',
40
'seqtools.simulation',
41
'seqtools.statistics',
42
'seqtools.structure',
0 commit comments