diff --git a/custom_components/temperature_feels_like/const.py b/custom_components/temperature_feels_like/const.py index 0c83315..189d429 100644 --- a/custom_components/temperature_feels_like/const.py +++ b/custom_components/temperature_feels_like/const.py @@ -5,7 +5,7 @@ NAME: Final = "Temperature Feels Like" DOMAIN: Final = "temperature_feels_like" -VERSION: Final = "0.3.9-alpha" +VERSION: Final = "0.3.9" ISSUE_URL: Final = "https://github.com/Limych/ha-temperature-feeling/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/temperature_feels_like/manifest.json b/custom_components/temperature_feels_like/manifest.json index 57c100e..b3808ab 100644 --- a/custom_components/temperature_feels_like/manifest.json +++ b/custom_components/temperature_feels_like/manifest.json @@ -14,9 +14,6 @@ "documentation": "https://github.com/Limych/ha-temperature-feeling", "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-temperature-feeling/issues", - "requirements": [ - "colorlog==6.7.0", - "ruff==0.1.1" - ], - "version": "0.3.9-alpha" + "requirements": [], + "version": "0.3.9" } \ No newline at end of file