From 331a65f09728829895f9c3b4196df7cc78257d8b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 13 May 2026 15:30:16 +0000 Subject: [PATCH] Bump version to 9.0.1 Co-Authored-By: Claude Opus 4.7 (1M context) --- custom_components/multiscrape/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/multiscrape/manifest.json b/custom_components/multiscrape/manifest.json index ad896f5..304162a 100644 --- a/custom_components/multiscrape/manifest.json +++ b/custom_components/multiscrape/manifest.json @@ -8,5 +8,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/danieldotnl/ha-multiscrape/issues", "requirements": ["lxml>=4.9.1", "beautifulsoup4>=4.12.2"], - "version": "9.0.0" + "version": "9.0.1" }