Skip to content

Commit

Permalink
fix(__init__): Fix fetch of version metdata, (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketiltrout authored Sep 24, 2024
1 parent 2c6a9fc commit 8f13e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drift/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from importlib.metadata import PackageNotFoundError, version

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

0 comments on commit 8f13e3d

Please sign in to comment.