From 9e192ab31023af12178de2a9ebd6abc44adf2a3b Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sat, 30 Sep 2023 11:34:14 -0400 Subject: [PATCH] Bump zwave-js-server-python to 0.52.1 (#767) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ffa1ae7..552f613c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ PROJECT_DIR = Path(__file__).parent.resolve() README_FILE = PROJECT_DIR / "README.md" -VERSION = "0.52.0" +VERSION = "0.52.1" setup(