Fix none-type attributes

This commit is contained in:
Andre Basche 2023-05-08 02:23:48 +02:00
parent 8e16b4a215
commit 022da71800
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ with open("README.md", "r") as f:
setup(
name="pyhOn",
version="0.10.5",
version="0.10.6",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,