From fd95923a0db3ad16e13b3131f80d7b99c7606818 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 26 Jul 2025 12:52:35 +0300 Subject: [PATCH] set version --- pyproject.toml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3750a53..1a1f582 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ Homepage = "https://repos.susurrando.com/adelgado/xplora_ha" [project] name = "xplora_ha" -version = "0.0.1" +version = "0.0.3" description = "Integrate Xplora watches into Home Assistant" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "antonio@delgado.fi" }] @@ -22,4 +22,4 @@ dependencies = [ "click", "click_config_file", ] -requires-python = ">=3" \ No newline at end of file +requires-python = ">=3" diff --git a/setup.cfg b/setup.cfg index d5d7dff..f617b88 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xplora_ha -version = 0.0.1 +version = 0.0.3 [options] packages = xplora_ha