diff --git a/aiopioneer/const.py b/aiopioneer/const.py index 3a74868..784d08a 100644 --- a/aiopioneer/const.py +++ b/aiopioneer/const.py @@ -2,7 +2,7 @@ from enum import StrEnum -VERSION = "0.8.0" +VERSION = "0.8.1" DEFAULT_TIMEOUT = 2 DEFAULT_SCAN_INTERVAL = 60 MIN_RESCAN_INTERVAL = 10