From a7ff75043feff21db8679393a3dd05f808b9b558 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 15 Jun 2022 10:21:59 -0700 Subject: [PATCH] 0.1.2 --- custom_components/matter_experimental/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/matter_experimental/manifest.json b/custom_components/matter_experimental/manifest.json index 19e48963..a5f15733 100644 --- a/custom_components/matter_experimental/manifest.json +++ b/custom_components/matter_experimental/manifest.json @@ -3,7 +3,7 @@ "name": "Matter (Experimental)", "config_flow": true, "documentation": "https://github.com/home-assistant-libs/python-matter-server", - "requirements": ["python-matter-server==0.1.1"], + "requirements": ["python-matter-server==0.1.2"], "iot_class": "local_push", "version": "0.1" } diff --git a/pyproject.toml b/pyproject.toml index 249de81b..a458ddf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-matter-server" -version = "0.1.1" +version = "0.1.2" license = {text = "Apache-2.0"} description = "Python Matter WebSocket Server" readme = "README.md"