Skip to content

Commit 633af11

Browse files
iterate version for fix on distro of other non py files
1 parent f3fd8cc commit 633af11

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

alignqc/alignqc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import compare
99
from seqtools.cli.utilities.bam_bgzf_index import external_cmd as index_bam
1010

11-
version = '2.0.1'
11+
version = '2.0.4'
1212

1313
def main(args,operable_argv):
1414
#do our inputs

setup.py

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

1313
setup(
1414
name='AlignQC',
15-
version='2.0.3',
15+
version='2.0.4',
1616
description='Python and R based tool for assessing the quality of alignments',
1717
long_description=long_description,
1818
url='https://github.com/jason-weirather/AlignQC',

0 commit comments

Comments
 (0)