From 14a3eb11302ec4b37f96ecfd8288cf909893722c Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:36:24 -0400 Subject: [PATCH] Bump lib to 0.58.1 --- zwave_js_server/const/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zwave_js_server/const/__init__.py b/zwave_js_server/const/__init__.py index e9c822d9a..af3fba044 100644 --- a/zwave_js_server/const/__init__.py +++ b/zwave_js_server/const/__init__.py @@ -8,7 +8,7 @@ from typing import TypedDict PACKAGE_NAME = "zwave-js-server-python" -__version__ = "0.58.0" +__version__ = "0.58.1" # minimal server schema version we can handle MIN_SERVER_SCHEMA_VERSION = 37