From 33003711b05070613f4b334e5517d2b393346b77 Mon Sep 17 00:00:00 2001 From: SebRut Date: Sun, 8 Dec 2019 15:52:25 +0100 Subject: [PATCH] version bump --- custom_components/grocy/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",