From 1eda9155fd3b3d1e07ffc71468cbd4785fc1fd8f Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 19 May 2018 10:37:43 -0400 Subject: [PATCH] Version bump to 20180519.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62cb1fbdbd..cb7a3d636d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='home-assistant-frontend', - version='20180518.1', + version='20180519.0', description='The Home Assistant frontend', url='https://github.com/home-assistant/home-assistant-polymer', author='The Home Assistant Authors',