Skip to content

Commit 231c6fc

Browse files
committed
bump version to 0.2.1
1 parent 15d7495 commit 231c6fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/closest_intent/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"iot_class": "local_push",
1010
"issue_tracker": "https://github.com/charludo/hass-closest-intent/issues",
1111
"requirements": ["rapidfuzz>=3.5.0"],
12-
"version": "0.2.0"
12+
"version": "0.2.1"
1313
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "closest_intent"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Fuzzy intent matcher for HomeAssistant. Garbled STT output in, actual intent out."
99
readme = "README.md"
1010
license = { text = "AGPL-3.0" }

0 commit comments

Comments
 (0)