Skip to content

Commit 2403317

Browse files
author
semantic-release
committed
3.1.3
Automatically generated by python-semantic-release
1 parent 0bdc53f commit 2403317

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

homeassistant-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Home Assistant MCP Server"
22
description: "AI assistant integration for Home Assistant via Model Context Protocol (MCP)"
3-
version: "3.1.2"
3+
version: "3.1.3"
44
slug: "ha_mcp"
55
url: "https://github.com/homeassistant-ai/ha-mcp"
66
arch:

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 = "3.1.2"
7+
version = "3.1.3"
88
description = "Home Assistant MCP Server - Complete control of Home Assistant through MCP"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/ha_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
through REST API and WebSocket integration with 20+ enhanced tools.
66
"""
77

8-
__version__ = "3.1.2"
8+
__version__ = "3.1.3"
99
__author__ = "Julien"
1010
__license__ = "MIT"
1111

0 commit comments

Comments
 (0)