diff --git a/pyproject.toml b/pyproject.toml index a86a84e..4fc6ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FindMy" -version = "0.9.0" +version = "0.9.1" description = "Query the location of your FindMy devices with Python!" readme = "README.md" authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }] diff --git a/uv.lock b/uv.lock index 6a9e82c..7de607d 100644 --- a/uv.lock +++ b/uv.lock @@ -582,7 +582,7 @@ wheels = [ [[package]] name = "findmy" -version = "0.9.0" +version = "0.9.1" source = { editable = "." } dependencies = [ { name = "aiohttp" },