Skip to content

Commit 9f6fb27

Browse files
committed
Semantic Versioning fixes
Also have been updated the '-v' output
1 parent b4ae8cb commit 9f6fb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvtxto-parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def print_version(ctx, param, value):
1616
if not value or ctx.resilient_parsing:
1717
return
18-
click.echo('Version 1.0')
18+
click.echo('Version 0.1')
1919
ctx.exit()
2020

2121
# Fetching command line arguments, with click module

0 commit comments

Comments
 (0)