From a8b5d07d661e66c1271446afe996400535b7a976 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 5 Nov 2017 18:25:51 -0800 Subject: [PATCH] Version bump to 20171106.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 103e4a3df9..eb5f35cee0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='home-assistant-frontend', - version='20171103.0', + version='20171106.0', description='The Home Assistant frontend', url='https://github.com/home-assistant/home-assistant-polymer', author='Paulus Schoutsen',