From b37715d0caea0de0a1d87be181c5685eb20942c9 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Wed, 19 Apr 2023 17:37:55 +0200 Subject: [PATCH] Bump version to 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0b8ca6..3ca2782 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.8.0b7", + version="0.8.0", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,