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