diff --git a/.gitignore b/.gitignore index b8cd3b2..bac652f 100644 --- a/.gitignore +++ b/.gitignore @@ -194,3 +194,6 @@ pyrightconfig.json .ionide # End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode + +# Dream plugin local state (baseline, findings ledger, run logs) +.claude/dream/ diff --git a/pyproject.toml b/pyproject.toml index 7175e4b..aa7fc52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bloomy-python" -version = "0.22.0" +version = "0.22.1" description = "Python SDK for Bloom Growth API" readme = "README.md" authors = [{ name = "Franccesco Orozco", email = "franccesco@codingdose.info" }] diff --git a/uv.lock b/uv.lock index 55e0f2b..e8b1a07 100644 --- a/uv.lock +++ b/uv.lock @@ -61,7 +61,7 @@ wheels = [ [[package]] name = "bloomy-python" -version = "0.21.2" +version = "0.22.1" source = { editable = "." } dependencies = [ { name = "httpx" },