From 619434c2e3cae9261869a198fa13a422a9549f01 Mon Sep 17 00:00:00 2001 From: jugla Date: Sun, 5 Dec 2021 23:18:06 +0100 Subject: [PATCH] bump pyworldtidesinfo 1.0.0 to 1.1.0 --- custom_components/worldtidesinfocustom/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/worldtidesinfocustom/manifest.json b/custom_components/worldtidesinfocustom/manifest.json index 9bdb683..b9424a7 100644 --- a/custom_components/worldtidesinfocustom/manifest.json +++ b/custom_components/worldtidesinfocustom/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://github.com/jugla/worldtidesinfocustom", "issue_tracker": "https://github.com/jugla/worldtidesinfocustom/issues", "config_flow": true, - "requirements": ["matplotlib>=3.4.2","pyworldtidesinfo==1.0.0"], + "requirements": ["matplotlib>=3.4.2","pyworldtidesinfo==1.1.0"], "iot_class": "cloud_polling" }