Skip to content

Commit

Permalink
0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Mar 30, 2021
1 parent 7f6619c commit f552684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ena_upload/ena_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def process_args():

parser.add_argument('--tool_version',
dest='tool_version',
default='0.2.6',
default='0.2.7',
help='Specify the version of the tool this submission is done with.')

parser.add_argument('--secret',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='ena-upload-cli',
version='0.2.6',
version='0.2.7',
keywords=["pip", "ena-upload-cli", "cli", "ENA", "upload"],
description='Command Line Interface to upload data to the European Nucleotide Archive',
author="Dilmurat Yusuf",
Expand Down

0 comments on commit f552684

Please sign in to comment.