From 76bd189e7b4fc1a2a8c6de20793c5343abe6bed3 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Sun, 25 Jun 2023 17:49:03 +0200 Subject: [PATCH] Bump version --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b999d02..88bc807 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,6 @@ This library is used for the custom [HomeAssistant Integration "Haier hOn"](http ## Contribution Any kind of contribution is welcome! +| Please add your appliances data to our [hon-test-data collection](https://github.com/Andre0512/hon-test-data).
This helps us to develop new features and not to break compatibility in newer versions. | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| + diff --git a/setup.py b/setup.py index d9f00cc..76b1689 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as f: setup( name="pyhOn", - version="0.13.1", + version="0.14.0", author="Andre Basche", description="Control hOn devices with python", long_description=long_description,