From aeabbe64e2aa0fce70a237c3ba08036566372291 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 13 Mar 2023 23:08:17 +0100 Subject: [PATCH] Bump version to v0.3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5ea00a..338854b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.3.5", + version="0.3.6", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,