From 7ac3a6268b17304ef8766ac24519ec635f24b550 Mon Sep 17 00:00:00 2001 From: Robbin Janssen Date: Wed, 13 Sep 2023 11:41:11 +0200 Subject: [PATCH] Bump project versoin --- custom_components/ojmicroline_thermostat/manifest.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/ojmicroline_thermostat/manifest.json b/custom_components/ojmicroline_thermostat/manifest.json index c099c36..5afb0e5 100644 --- a/custom_components/ojmicroline_thermostat/manifest.json +++ b/custom_components/ojmicroline_thermostat/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/robbinjanssen/home-assistant-ojmicroline-thermostat/issues", "requirements": [ - "ojmicroline-thermostat==1.1.1" + "ojmicroline-thermostat==1.1.3" ], - "version": "1.1.1" + "version": "1.1.3" } diff --git a/pyproject.toml b/pyproject.toml index d965956..6ca1038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "home-assistant-ojmicroline-thermostat" -version = "1.1.0" +version = "1.1.3" description = "Control your OJ Microline Thermostat using home assistant." authors = ["Robbin Janssen "] maintainers = ["Robbin Janssen "]