From 221c12bd6178359a27f799c2a1144fd114c759b2 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Thu, 14 May 2020 01:12:57 +0200 Subject: [PATCH] Bumped version to 20200514.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 579608a0b0..ede0929337 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200513.0", + version="20200514.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",