Skip to content

Commit dc354e5

Browse files
authored
Merge pull request #166 from plugwise/constants_typing
Constants.py: add typing hints
2 parents d8c311a + ca8fa44 commit dc354e5

File tree

3 files changed

+150
-145
lines changed

3 files changed

+150
-145
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Plugwise module."""
22

3-
__version__ = "0.16.9"
3+
__version__ = "0.16.10a0"
44

55
from plugwise.smile import Smile
66
from plugwise.stick import Stick

0 commit comments

Comments
 (0)