Fix empty prStr

This commit is contained in:
Andre Basche
2023-10-06 01:28:47 +02:00
parent 658e80a8f4
commit ff8ae160bb
4 changed files with 5 additions and 3 deletions

View File

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