Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ksahlin committed Jul 31, 2021
1 parent de67bfe commit d976f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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='ultra_bioinformatics', # Required
version='0.0.3.2', # Required
version='0.0.3.3', # Required
description='Splice aligner of long transcriptomic reads to genome.', # Required
long_description=long_description, # Optional
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion uLTRA
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def align_reads(args):
if __name__ == '__main__':

parser = argparse.ArgumentParser(description="uLTRA -- Align and classify long transcriptomic reads based on colinear chaining algorithms to gene regions")
parser.add_argument('--version', action='version', version='%(prog)s 0.0.3.2')
parser.add_argument('--version', action='version', version='%(prog)s 0.0.3.3')

subparsers = parser.add_subparsers(help='Subcommands for eaither constructing a graph, or align reads')
# parser.add_argument("-v", help='Different subcommands for eaither constructing a graph, or align reads')
Expand Down

0 comments on commit d976f1a

Please sign in to comment.