diff --git a/custom_components/kamstrup_403/const.py b/custom_components/kamstrup_403/const.py index 232f0cd..dc860d1 100644 --- a/custom_components/kamstrup_403/const.py +++ b/custom_components/kamstrup_403/const.py @@ -5,7 +5,7 @@ # Base component constants NAME: Final = "Kamstrup 403" DOMAIN: Final = "kamstrup_403" -VERSION: Final = "2.0.0" +VERSION: Final = "2.0.1" MODEL: Final = "403" MANUFACTURER: Final = "Kamstrup" ATTRIBUTION: Final = "Data provided by Kamstrup 403 meter" diff --git a/custom_components/kamstrup_403/manifest.json b/custom_components/kamstrup_403/manifest.json index 2dd8b1a..a2e4b70 100644 --- a/custom_components/kamstrup_403/manifest.json +++ b/custom_components/kamstrup_403/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/golles/ha-kamstrup_403/blob/main/README.md", "iot_class": "local_polling", "issue_tracker": "https://github.com/golles/ha-kamstrup_403/issues", - "version": "2.0.0", + "version": "2.0.1", "config_flow": true, "codeowners": ["@golles"], "requirements": ["pyserial==3.5"]