diff --git a/setup.py b/setup.py index 942f3ee8..a2fa1907 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): }, PACKAGE_NAME = "hahomematic" HERE = os.path.abspath(os.path.dirname(__file__)) -VERSION = "0.15.1" +VERSION = "0.15.2" PACKAGES = find_packages(exclude=["tests", "tests.*", "dist", "build"])