diff --git a/custom_components/gismeteo/const.py b/custom_components/gismeteo/const.py index 0fad307..e9c7767 100644 --- a/custom_components/gismeteo/const.py +++ b/custom_components/gismeteo/const.py @@ -41,7 +41,7 @@ # Base component constants NAME: Final = "Gismeteo" DOMAIN: Final = "gismeteo" -VERSION: Final = "3.0.0-beta5" +VERSION: Final = "3.0.0" ATTRIBUTION: Final = "Data provided by Gismeteo" ISSUE_URL: Final = "https://github.com/Limych/ha-gismeteo/issues" # diff --git a/custom_components/gismeteo/manifest.json b/custom_components/gismeteo/manifest.json index 897acd6..8681d68 100644 --- a/custom_components/gismeteo/manifest.json +++ b/custom_components/gismeteo/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "beautifulsoup4~=4.12" ], - "version": "3.0.0-beta5" + "version": "3.0.0" } \ No newline at end of file