From 825db8a56ad5aba8ab98e1b135e48b72577a0db0 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 12 May 2020 21:59:06 +0200 Subject: [PATCH] Bumped version to 20200512.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44e5ce0fe4..770c6db60a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200509.0", + version="20200512.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",