Skip to content

Commit

Permalink
🔖 bump to v2024.04.0
Browse files Browse the repository at this point in the history
🐛 fix package name in __init__.py.
  • Loading branch information
perillaroc committed Apr 9, 2024
1 parent 63b7b6a commit 93a54be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from importlib.metadata import version, PackageNotFoundError

try:
__version__ = version("package-name")
__version__ = version("reki")
except PackageNotFoundError:
# package is not installed
pass

0 comments on commit 93a54be

Please sign in to comment.