diff --git a/zwave_js_server/const/__init__.py b/zwave_js_server/const/__init__.py index fa7538c7f..4ba2e3afd 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.1" +__version__ = "0.59.0" # minimal server schema version we can handle MIN_SERVER_SCHEMA_VERSION = 39