aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Basche <andre.basche@gmail.com>2024-03-18 01:08:52 +0100
committerGitHub <noreply@github.com>2024-03-18 01:08:52 +0100
commita1347f7a463e76c3b3fe39e68bd20a74ce81e512 (patch)
tree8659359c3e80e6cd8d670ef342f0754871d7e0f6
parent8ef5bd98896d25772dd1bee89ae3e1ed8cdc3749 (diff)
Bump versionv0.16.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd638c3..6d19182 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.16.0", 10 version="0.16.1",
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,