Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shulyaka committed Jul 25, 2024
1 parent 99c5664 commit 812e7de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/anthropic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Anthropic Conversation",
"homeassistant": "2024.8.0"
"homeassistant": "2024.7.0"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

VERSION = "1.0.0"
VERSION = "1.0.1"


def long_description():
Expand Down

0 comments on commit 812e7de

Please sign in to comment.