From a1347f7a463e76c3b3fe39e68bd20a74ce81e512 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 18 Mar 2024 01:08:52 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd638c3..6d19182 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.16.0", + version="0.16.1", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,