From ffba85bf0dcd9c4ad5caab2f6d9832ed7a51b949 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 2 Oct 2023 01:37:28 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6a9cf6..19f02b0 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.15.6", + version="0.15.7", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,