From bbe224f7188e774ff85b03b6660532a998e529ed Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Jan 2025 20:10:42 +0000 Subject: [PATCH] Bump version to 0.1.13 --- addons/gazpar2haws/build.yaml | 2 +- addons/gazpar2haws/config.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/gazpar2haws/build.yaml b/addons/gazpar2haws/build.yaml index 2a08790..0303c52 100644 --- a/addons/gazpar2haws/build.yaml +++ b/addons/gazpar2haws/build.yaml @@ -11,4 +11,4 @@ labels: org.opencontainers.image.source: "https://github.com/ssenart/gazpar2haws" org.opencontainers.image.licenses: "MIT" args: - GAZPAR2HAWS_VERSION: "0.1.12" \ No newline at end of file + GAZPAR2HAWS_VERSION: "0.1.13" \ No newline at end of file diff --git a/addons/gazpar2haws/config.yaml b/addons/gazpar2haws/config.yaml index 43d34c0..0d7d967 100644 --- a/addons/gazpar2haws/config.yaml +++ b/addons/gazpar2haws/config.yaml @@ -1,6 +1,6 @@ name: "Gazpar2HAWS" description: "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface." -version: "0.1.12" +version: "0.1.13" slug: "gazpar2haws" init: false arch: diff --git a/pyproject.toml b/pyproject.toml index beb45ae..734b8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gazpar2haws" -version = "0.1.12" +version = "0.1.13" description = "Gazpar2HAWS is a gateway that reads data history from the GrDF (French gas provider) meter and send it to Home Assistant using WebSocket interface" license = { file = "LICENSE" } readme = "README.md"