From 79cabfd7b28c7a353deacfa0946be6837bebdbc0 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 26 Mar 2024 00:15:56 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10f1ed9..3d5d5e7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pyhOn", - version="0.17.0", + version="0.17.1", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,