From 6aa7dd811259994d30d81ced839889c1402ec737 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Fri, 29 Mar 2024 14:40:13 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 022bf16..58a9454 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="pyhOn", - version="0.17.2", + version="0.17.3", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,