bump: 0.9.0 -> 0.9.1

This commit is contained in:
Mike A.
2025-09-24 23:21:03 +02:00
parent 9f93ff4a01
commit eefbb5263b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "FindMy" name = "FindMy"
version = "0.9.0" version = "0.9.1"
description = "Query the location of your FindMy devices with Python!" description = "Query the location of your FindMy devices with Python!"
readme = "README.md" readme = "README.md"
authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }] authors = [{ name = "Mike Almeloo", email = "git@mikealmel.ooo" }]

2
uv.lock generated
View File

@@ -582,7 +582,7 @@ wheels = [
[[package]] [[package]]
name = "findmy" name = "findmy"
version = "0.9.0" version = "0.9.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },