Skip to content

Commit b860f0c

Browse files
CoMPaTechbouwew
authored andcommitted
Use proper naming
1 parent 5e7ee65 commit b860f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import importlib.metadata
44

5-
__version__ = importlib.metadata.version(__package__ or __name__)
5+
__version__ = importlib.metadata.version("plugwise")
66

77
from plugwise.smile import Smile
88
from plugwise.stick import Stick

0 commit comments

Comments
 (0)