From 13761a20c5f070afefeb17c4bec3defc0f1853f5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 10 May 2019 14:13:20 -0700 Subject: [PATCH] Bumped version to 20190510.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e6c52420e..bb2dc9862d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20190509.0", + version="20190510.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",