We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c194c commit 17051a6Copy full SHA for 17051a6
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.0"],
+ "requirements": ["python-matter-server==0.1.1"],
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.0"
+version = "0.1.1"
license = {text = "Apache-2.0"}
description = "Python Matter WebSocket Server"
10
readme = "README.md"
0 commit comments