From 2d5c8ec3e9c130e7885036b7dfaa92e31ce1b415 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 6 Oct 2021 09:43:23 +0200 Subject: [PATCH] Bumped version to 20211006.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b860bf0595..9aefef5fe2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20211004.0", + version="20211006.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/frontend", author="The Home Assistant Authors",