diff --git a/setup.py b/setup.py index 4be1b194..151d4c6a 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.3.0" +VERSION = "0.3.1" PACKAGES = find_packages(exclude=["tests", "tests.*", "dist", "build"])