From 3f39be53f31885fb84d72f91fb4123c2e39e7156 Mon Sep 17 00:00:00 2001 From: addshore Date: Wed, 10 Jul 2024 12:47:30 +0100 Subject: [PATCH] Bump 0.17.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 115205d..1e8e2fc 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.4", + version="0.17.5", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,