Skip to content

Commit 17051a6

Browse files
committed
0.1.1
1 parent 75c194c commit 17051a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/matter_experimental/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Matter (Experimental)",
44
"config_flow": true,
55
"documentation": "https://github.com/home-assistant-libs/python-matter-server",
6-
"requirements": ["python-matter-server==0.1.0"],
6+
"requirements": ["python-matter-server==0.1.1"],
77
"iot_class": "local_push",
88
"version": "0.1"
99
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-matter-server"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
license = {text = "Apache-2.0"}
99
description = "Python Matter WebSocket Server"
1010
readme = "README.md"

0 commit comments

Comments
 (0)