From ec358034e1a6b9a2e1c3a9adfbe63594713acdb8 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sat, 22 Jul 2023 11:48:47 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20ddd46..1722847 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.14.10", + version="0.14.11", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,