From 0ddbdd0b4ea4512cd2cc5a527a7bed7b8d1ecd14 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Tue, 14 Mar 2023 18:51:48 +0100 Subject: [PATCH] Bump version to v0.3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 338854b..96309c7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.3.6", + version="0.3.7", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,