From ecbf4388897a5979c5106bf7f9702fbf03245c26 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 21 May 2023 20:48:27 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bff241d..2c7caca 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.10.10", + version="0.11.0", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,