Skip to content

Commit

Permalink
Semantic Versioning fixes
Browse files Browse the repository at this point in the history
Also have been updated the '-v' output
  • Loading branch information
jfernandz committed Feb 19, 2019
1 parent b4ae8cb commit 9f6fb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvtxto-parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
def print_version(ctx, param, value):
if not value or ctx.resilient_parsing:
return
click.echo('Version 1.0')
click.echo('Version 0.1')
ctx.exit()

# Fetching command line arguments, with click module
Expand Down

0 comments on commit 9f6fb27

Please sign in to comment.