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

Fix for fridge program names

This commit is contained in:
Andre Basche 2023-05-22 01:07:55 +02:00
parent ecbf438889
commit eea79e28b9
4 changed files with 13 additions and 5 deletions

View file

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