From 05d2e6efef7fb19c1a121cd4a7034baf127d9ea2 Mon Sep 17 00:00:00 2001
From: David Gengenbach <info@davidgengenbach.de>
Date: Wed, 17 Nov 2021 00:47:50 +0100
Subject: [PATCH] Bump version to 0.1.35

---
 README.md      | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5bd8feb..926e1de 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Installation
 ```shell
-pip3 install david-home-automation==0.1.34
+pip3 install david-home-automation==0.1.35
 (sudo apt install --yes expect && cd $(mktemp -d) && git clone https://github.com/Heckie75/eQ-3-radiator-thermostat.git x && cd x && cp eq3.exp $HOME/.local/bin)
 
 # (Optional) find your thermostat MACs via
diff --git a/pyproject.toml b/pyproject.toml
index 15de942..c93344d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "david-home-automation"
-version = "0.1.34"
+version = "0.1.35"
 description = ""
 authors = ["David Gengenbach <info@davidgengenbach.de>"]
 readme = "README.md"