Fix error for no category

This commit is contained in:
Andre Basche
2023-05-07 17:39:22 +02:00
parent 365a37b42d
commit 7bd3aac7c5
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.3",
version="0.10.4",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,