We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1049301 commit a7ff750Copy full SHA for a7ff750
custom_components/matter_experimental/manifest.json
@@ -3,7 +3,7 @@
3
"name": "Matter (Experimental)",
4
"config_flow": true,
5
"documentation": "https://github.com/home-assistant-libs/python-matter-server",
6
- "requirements": ["python-matter-server==0.1.1"],
+ "requirements": ["python-matter-server==0.1.2"],
7
"iot_class": "local_push",
8
"version": "0.1"
9
}
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"
10
readme = "README.md"
0 commit comments