Skip to content

Commit

Permalink
Fix metadata.version package name
Browse files Browse the repository at this point in the history
  • Loading branch information
superatomic committed Jul 29, 2022
1 parent 890d5d6 commit b9271a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tldr_man/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"""

from importlib import metadata
__version__ = metadata.version('tldr')
__version__ = metadata.version('tldr-man')
__author__ = "Ethan Kinnear <contact@superatomic.dev>"

import sys
Expand Down

0 comments on commit b9271a2

Please sign in to comment.