aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndre Basche <andre.basche@gmail.com>2024-08-14 22:42:39 +0200
committerGitHub <noreply@github.com>2024-08-14 22:42:39 +0200
commit59e3d9949f8a342e05daba70451196e7497cacb2 (patch)
tree2d32fb0f865ff1368bcd43ce5da4c2cdba26a677 /setup.py
parent63752e13d6c8e74284ad72e04306e9fedde58b40 (diff)
parent3f39be53f31885fb84d72f91fb4123c2e39e7156 (diff)
Merge pull request #29 from addshore/updatedLoginHEADv0.17.5main
Update for new hOn login
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 115205d..1e8e2fc 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
7 7
8setup( 8setup(
9 name="pyhOn", 9 name="pyhOn",
10 version="0.17.4", 10 version="0.17.5",
11 author="Andre Basche", 11 author="Andre Basche",
12 description="Control hOn devices with python", 12 description="Control hOn devices with python",
13 long_description=long_description, 13 long_description=long_description,