From 3904f571a6d12ce4189c1c6b936819298bc84bc4 Mon Sep 17 00:00:00 2001 From: Crowbar Z Date: Sun, 5 Jan 2025 20:37:22 +0000 Subject: [PATCH] 0.8.1 --- aiopioneer/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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