From 3c81c46c8ba2a32b5c0e594df76bc87eb360f6e9 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 21 Mar 2023 10:10:49 +0100 Subject: [PATCH] Bump version to v0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25b6d95..47057ea 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.4.0", + version="0.4.1", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,