Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SchwarzMarek committed Oct 12, 2018
1 parent 296ab86 commit d458780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rna_blast_analyze/BA.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def f_parser():
misc_group.add_argument(
'--version',
action='version',
version='%(prog)s 0.0.1'
version='%(prog)s 0.0.4'
)
parameters_group.add_argument(
'--config_file',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='rna_blast_analyze',
version='0.0.2',
version='0.0.4',
description='Analyze BLAST output for RNA query',
author='Marek Schwarz',
author_email='[email protected]',
Expand Down

0 comments on commit d458780

Please sign in to comment.