Skip to content

Commit

Permalink
hotfix: fix package name for version get
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 9, 2024
1 parent 2be30ff commit 44f5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractor/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _exec_command(parser, args):


def _get_version():
return version("wp-site-extractor")
return version("wpextract")


def _build_parser():
Expand Down

0 comments on commit 44f5c39

Please sign in to comment.