diff --git a/pyproject.toml b/pyproject.toml index 5913c239..4f87a0cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agent-starter-pack" -version = "0.31.8" +version = "0.31.9" description = "CLI to bootstrap production-ready Google Cloud GenAI agent projects from templates." authors = [ { name = "Google LLC", email = "agent-starter-pack@google.com" }, diff --git a/uv.lock b/uv.lock index d992e4c6..3a04915d 100644 --- a/uv.lock +++ b/uv.lock @@ -11,7 +11,7 @@ resolution-markers = [ [[package]] name = "agent-starter-pack" -version = "0.31.8" +version = "0.31.9" source = { editable = "." } dependencies = [ { name = "backoff" },