diff --git a/custom_components/grocy/const.py b/custom_components/grocy/const.py index 38e506d..dc79ac9 100644 --- a/custom_components/grocy/const.py +++ b/custom_components/grocy/const.py @@ -2,7 +2,7 @@ # Base component constants DOMAIN = "grocy" DOMAIN_DATA = "{}_data".format(DOMAIN) -VERSION = "0.3.0" +VERSION = "0.4.0" PLATFORMS = ["sensor", "binary_sensor"] REQUIRED_FILES = [ "const.py",