Skip to content

Commit 93ac446

Browse files
committed
0.1.0
1 parent ac5545b commit 93ac446

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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": ["dacite==1.6.0"],
6+
"requirements": ["dacite==1.6.0", "python-matter-server==0.1.0"],
77
"iot_class": "local_push",
88
"version": "0.1"
99
}

setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = python-matter-server
3-
author = Stefan Agner
4-
description = Python CHIP WebSocket Server
3+
author = Stefan Agner & Paulus Schoutsen
4+
description = Python Matter WebSocket Server
55
long-description = file: README.md
66
long-description-content-type = text/markdown; charset=UTF-8
7-
version = 0.0.1
7+
version = 0.1.0
88
url = https://github.com/home-assistant-libs/python-matter-server
99
classifiers =
1010
Development Status :: 3 - Alpha

0 commit comments

Comments
 (0)