diff --git a/custom_components/average/const.py b/custom_components/average/const.py index 791cf0c..0be385d 100644 --- a/custom_components/average/const.py +++ b/custom_components/average/const.py @@ -9,7 +9,7 @@ # Base component constants NAME = "Average Sensor" DOMAIN = "average" -VERSION = "1.7.3.dev0" +VERSION = "1.7.3" ISSUE_URL = "https://github.com/Limych/ha-average/issues" STARTUP_MESSAGE = f""" diff --git a/custom_components/average/manifest.json b/custom_components/average/manifest.json index b9943f3..9b6a9cb 100644 --- a/custom_components/average/manifest.json +++ b/custom_components/average/manifest.json @@ -1,7 +1,7 @@ { "domain": "average", "name": "Average Sensor", - "version": "1.7.3.dev0", + "version": "1.7.3", "documentation": "https://github.com/Limych/ha-average", "issue_tracker": "https://github.com/Limych/ha-average/issues", "dependencies": [