From e8a406526b7cad0954586fea63e2823886d7d005 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 4 Aug 2021 20:17:05 +0200 Subject: [PATCH] Bumped version to 20210804.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9a780aa48..09d5db8710 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20210803.2", + version="20210804.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/frontend", author="The Home Assistant Authors",