Skip to content

Commit bf92875

Browse files
Patch76claude
andauthored
chore: sync pyproject version to the published 7.8.1 (#1650)
The 7.8.1 add-on hotfix publish (dbc0d1e, [skip ci]) bumped homeassistant-addon/config.yaml and created the v7.8.1 tag, but left pyproject.toml at 7.8.0. test_addon_structure.py::test_config_yaml_valid asserts the add-on version equals the package version, so it fails on every PR cut from master. Bump pyproject to 7.8.1 to match the released add-on and the v7.8.1 tag. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent dbc0d1e commit bf92875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "ha-mcp"
7-
version = "7.8.0"
7+
version = "7.8.1"
88
description = "Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99
readme = "README.md"
1010
requires-python = ">=3.13,<3.14"

0 commit comments

Comments
 (0)