From b8f7a738e30c66204fa23910c0384a4b42a26822 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Tue, 14 Feb 2017 22:49:13 +0100 Subject: [PATCH] Bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ea999af3..f358425c3 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.21' +VERSION = '0.1.22' PACKAGES = find_packages(exclude=['tests', 'tests.*', 'dist', 'ccu', 'build'])