Skip to content

Commit 400aadb

Browse files
add version
1 parent cdbf729 commit 400aadb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='seq-tools',
15-
version='1.0.6',
15+
version='1.0.7',
1616
description='Python tools for working with biological sequence data',
1717
long_description=long_description,
1818
url='https://github.com/jason-weirather/py-seq-tools',
@@ -36,6 +36,7 @@
3636
'seqtools.format.sam.bam',
3737
'seqtools.graph',
3838
'seqtools.sequence',
39+
'seqtools.range',
3940
'seqtools.simulation',
4041
'seqtools.statistics',
4142
'seqtools.structure',

0 commit comments

Comments
 (0)