Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 15, 2022
1 parent 1049301 commit a7ff750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/matter_experimental/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7ff750

Please sign in to comment.