Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer Sahlin committed Feb 28, 2019
1 parent 410e7e8 commit f040737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isONclust
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def write_fastq(args):

if __name__ == '__main__':
parser = argparse.ArgumentParser(description="De novo clustering of long-read transcriptome reads", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument('--version', action='version', version='%(prog)s 0.0.3')
parser.add_argument('--version', action='version', version='%(prog)s 0.0.4')

parser.add_argument('--fastq', type=str, default=False, help='Path to consensus fastq file(s)')
parser.add_argument('--flnc', type=str, default=False, help='The flnc reads generated by the isoseq3 algorithm (BAM file)')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(

name='isONclust', # Required
version='0.0.3', # Required
version='0.0.4', # Required
description='De novo clustering of long-read transcriptome reads.', # Required
long_description=long_description, # Optional
url='https://github.com/ksahlin/isONclust', # Optional
Expand Down

0 comments on commit f040737

Please # to comment.