From 812e7de7d2e41b050f9ecf92804296025d791bd4 Mon Sep 17 00:00:00 2001 From: Denis Shulyaka Date: Fri, 26 Jul 2024 01:51:51 +0300 Subject: [PATCH] version 1.0.1 --- custom_components/anthropic/manifest.json | 2 +- hacs.json | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/anthropic/manifest.json b/custom_components/anthropic/manifest.json index 6dc8ad3..a5fde63 100644 --- a/custom_components/anthropic/manifest.json +++ b/custom_components/anthropic/manifest.json @@ -10,5 +10,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Shulyaka/anthropic-hass/issues", "requirements": ["anthropic==0.31.2"], - "version": "1.0.0" + "version": "1.0.1" } diff --git a/hacs.json b/hacs.json index bd2e2d3..05dd1b4 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Anthropic Conversation", - "homeassistant": "2024.8.0" + "homeassistant": "2024.7.0" } diff --git a/setup.py b/setup.py index 4ecdf9c..057ad68 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup -VERSION = "1.0.0" +VERSION = "1.0.1" def long_description():