Skip to content

Commit

Permalink
fix: Report package version without package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed May 11, 2023
1 parent 53214be commit 94081e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbsntransform/config/config.py
Expand Up @@ -103,7 +103,7 @@ def get_arg_parser(
parser.add_argument(
'--version',
action='version',
version=f'lbsntransform {__version__}')
version=f'{__version__}')
parser.add_argument(
'-o', "--origin",
default=0,
Expand Down

0 comments on commit 94081e0

Please sign in to comment.