aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Basche <andre.basche@gmail.com>2024-02-11 05:11:11 +0100
committerAndre Basche <andre.basche@gmail.com>2024-02-11 05:11:21 +0100
commit6162cd3f981a512b1b1c0dd86120edf587a54bf0 (patch)
treeb0b1aae9bfdfdb85274e9b7fd8e296c7573df157
parente225a850bcfbc62b9b4dd5106399258f1e9f484f (diff)
Bump versionv0.16.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9ae2a1f..dd638c3 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.15.16", 10 version="0.16.0",
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,