Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
2Fake committed Apr 13, 2021
1 parent 6c32b65 commit 186ddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devolo_home_control_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from importlib_metadata import PackageNotFoundError, version # type: ignore[no-redef]

try:
__version__ = version("package-name")
__version__ = version("devolo_home_control_api")
except PackageNotFoundError:
# package is not installed - e.g. pulled and run locally
__version__ = "0.0.0"

0 comments on commit 186ddfb

Please sign in to comment.