From 61532e5ec79190970e00ff3a1eae55249fb21378 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Fri, 13 Jan 2017 13:55:42 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0027fe12b..338961e6f 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): PACKAGE_NAME = 'pyhomematic' HERE = os.path.abspath(os.path.dirname(__file__)) -VERSION = '0.1.18' +VERSION = '0.1.19' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])