From 357a67c00d5cea60e554b261701e8abb2d49d55a Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 8 Jan 2020 18:26:20 +0100 Subject: [PATCH] Bumped version to 20200108.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a82f955d5..82d26187a0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="home-assistant-frontend", - version="20200107.0", + version="20200108.0", description="The Home Assistant frontend", url="https://github.com/home-assistant/home-assistant-polymer", author="The Home Assistant Authors",