Use float for range parameter

This commit is contained in:
Andre Basche 2023-04-10 16:59:10 +02:00
parent f421cf1ce6
commit 7c49589944
2 changed files with 10 additions and 6 deletions

View file

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