From 13cff8caa03ec0b92402a09fc4a9cd151191dfe9 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 23 Apr 2023 03:35:13 +0200 Subject: [PATCH] Bump version to 8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0411dbc..754daa7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.8.1", + version="0.8.2", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,