From 0d4f43472b0377884ae53dc27f9f72159ab1fff7 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Fri, 7 Aug 2020 10:47:19 +0000 Subject: [PATCH] Bumped version to 20200807.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9d1a60254..f4c217e8bd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200805.0", + version="20200807.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",