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

Fix error when sending commands

This commit is contained in:
Andre Basche 2023-04-17 00:01:28 +02:00
parent 69be63df2a
commit 04f19c4609
2 changed files with 4 additions and 5 deletions

View file

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