Skip to content

Commit

Permalink
BUG: fixed pkg name for version
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed Oct 11, 2023
1 parent 04b40ee commit 26cada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment_spell_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
__version__ = "unknown"

try:
__version__ = version("CommentSpellCheck")
__version__ = version("comment_spell_check")
except PackageNotFoundError:
# package is not installed
pass
Expand Down

0 comments on commit 26cada9

Please sign in to comment.