From 69be63df2a52cac4cb3e6ca9b9772cb8f2b61a3c Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 16 Apr 2023 13:57:40 +0200 Subject: [PATCH] Bump version to v0.8.0b5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index caa5d11..8695cd5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.8.0b4", + version="0.8.0b5", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,