From 283b134d84ae2858115c77c908b53cd6a1fe8680 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Tue, 11 Aug 2020 11:57:03 +0000 Subject: [PATCH] Bumped version to 20200811.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 834ffe3aab..289a8db76f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200807.1", + version="20200811.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",