1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-05-25 20:24:24 -04:00

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,