Skip to content

Commit

Permalink
releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurya-anand committed Oct 4, 2024
1 parent 38f17b1 commit 99db58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sra-annotator
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Example JSON : { "tissue": [flower, petals], "reagent": "trizol" }
''')


parser.add_argument("-v", "--version", action = 'version', version = '%(prog)s 1.2.0')
parser.add_argument("-v", "--version", action = 'version', version = '%(prog)s 1.0.0')


optional.add_argument("-h", "--help", action = 'help', default = argparse.SUPPRESS, help = '''Show this help message and exit.
Expand Down

0 comments on commit 99db58a

Please sign in to comment.