From e14d652651bfe45b6421a15f9a90f375135aab8c Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 3 Mar 2021 13:19:12 +0100 Subject: [PATCH] Bumped version to 20210302.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7226b1a02b..ea7579a527 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20210302.2", + version="20210302.3", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",