diff --git a/pyproject.toml b/pyproject.toml index ba47938..d9093ac 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.4" +version = "0.0.5" description = "Integrate Xplora watches into Home Assistant" readme = "README.md" authors = [{ name = "Antonio J. Delgado", email = "antonio@delgado.fi" }] diff --git a/setup.cfg b/setup.cfg index e866642..bea41b6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = xplora_ha -version = 0.0.4 +version = 0.0.5 [options] packages = xplora_ha