Skip to content

Commit 55e89b8

Browse files
committed
fix: fix typo
1 parent c00707f commit 55e89b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biliupload/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def cli():
2020
level=logging.INFO
2121
)
2222
parser = argparse.ArgumentParser(description='Python implementation of biliup')
23-
parser.add_argument('-V', '--version', action='version', version='biliupload 0.0.2', help='Print version information')
23+
parser.add_argument('-V', '--version', action='version', version='biliupload 0.0.3', help='Print version information')
2424

2525
subparsers = parser.add_subparsers(dest='subcommand', help='Subcommands')
2626

0 commit comments

Comments
 (0)