aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Basche <andre.basche@gmail.com>2023-07-23 21:56:16 +0200
committerAndre Basche <andre.basche@gmail.com>2023-07-23 21:56:16 +0200
commit2764700bc79e66e470435e0adfa3210a7d1aefad (patch)
treeb9e20475aba0783bcf2bd3390e62468e73c7aef3
parente6c796e822bb82dc10ae58b41f23ac8f795c1e18 (diff)
Bump versionv0.15.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3ba2674..25d8cd6 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.0", 10 version="0.15.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,