From 0c92b356a1720cc0c36e45a9f335ec03c39f10f0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 26 May 2018 14:28:32 -0400 Subject: [PATCH] Version bump to 20180526.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a2bbd71d..d06776ef53 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='home-assistant-frontend', - version='20180526.2', + version='20180526.3', description='The Home Assistant frontend', url='https://github.com/home-assistant/home-assistant-polymer', author='The Home Assistant Authors',