Version bump to 20180110.0

This commit is contained in:
Paulus Schoutsen 2018-01-10 00:51:42 -08:00
parent c8e4ac422b
commit f2358acf2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"entrypoint": "src/entrypoint.html",
"entrypoint": "index.html",
"shell": "src/home-assistant.html",
"fragments": [
"panels/config/ha-panel-config.html",

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='home-assistant-frontend',
version='20180102.0',
version='20180110.0',
description='The Home Assistant frontend',
url='https://github.com/home-assistant/home-assistant-polymer',
author='The Home Assistant Authors',