From f8178a37a3fc40c9a2daa826ce56c3eb48bbfcbc Mon Sep 17 00:00:00 2001 From: WebSpider Date: Fri, 15 Nov 2024 13:25:43 +0100 Subject: [PATCH] Set version to 1.9.0 (#287) --- custom_components/myskoda/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/myskoda/manifest.json b/custom_components/myskoda/manifest.json index 0aa8c71..f8abccd 100644 --- a/custom_components/myskoda/manifest.json +++ b/custom_components/myskoda/manifest.json @@ -19,5 +19,5 @@ "requirements": [ "myskoda==0.12.0" ], - "version": "1.8.2" + "version": "1.9.0" } diff --git a/pyproject.toml b/pyproject.toml index 07ccf1f..58fae44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "homeassistant-myskoda" -version = "1.8.2" +version = "1.9.0" description = "HomeAssistant integration for MySkoda." authors = [ "Frederick Gnodtke ",