From 59cbc096e89490eec97425aa9cc9d3b82234d4eb Mon Sep 17 00:00:00 2001 From: Bastian Neumann Date: Sun, 4 Aug 2024 20:22:33 +0000 Subject: [PATCH] bump version tp 0.4.1 --- custom_components/smarthashtag/const.py | 2 +- custom_components/smarthashtag/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/smarthashtag/const.py b/custom_components/smarthashtag/const.py index 959062f..44d652c 100644 --- a/custom_components/smarthashtag/const.py +++ b/custom_components/smarthashtag/const.py @@ -9,7 +9,7 @@ NAME = "Smart" DOMAIN = "smarthashtag" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.4.0" +VERSION = "0.4.1" ATTRIBUTION = "Data provided by http://smart.com/" ISSUE_URL = "https://github.com/DasBasti/SmartHashtag/issues" diff --git a/custom_components/smarthashtag/manifest.json b/custom_components/smarthashtag/manifest.json index 20464fc..9606195 100644 --- a/custom_components/smarthashtag/manifest.json +++ b/custom_components/smarthashtag/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues", "requirements": ["pysmarthashtag==0.4.0"], - "version": "0.4.0" + "version": "0.4.1" }