diff --git a/zwave_js_server/const/__init__.py b/zwave_js_server/const/__init__.py index 4aa398bb..4679bef7 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.60.0" +__version__ = "0.60.1" # minimal server schema version we can handle MIN_SERVER_SCHEMA_VERSION = 39