0.2.1
1 parent 15d7495 commit 231c6fcCopy full SHA for 231c6fc
2 files changed
custom_components/closest_intent/manifest.json
@@ -9,5 +9,5 @@
9
"iot_class": "local_push",
10
"issue_tracker": "https://github.com/charludo/hass-closest-intent/issues",
11
"requirements": ["rapidfuzz>=3.5.0"],
12
- "version": "0.2.0"
+ "version": "0.2.1"
13
}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "closest_intent"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out."
readme = "README.md"
license = { text = "AGPL-3.0" }
0 commit comments