Fix send command error

This commit is contained in:
Andre Basche 2023-05-07 01:17:02 +02:00
parent 2bde6bb61c
commit 365a37b42d
2 changed files with 3 additions and 3 deletions

View file

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