From 600c8c8e4b3365a7a3d1382d664d47211c0fa284 Mon Sep 17 00:00:00 2001 From: annhiluc Date: Thu, 23 Oct 2025 22:45:21 +0000 Subject: [PATCH] chore: Prepare for Python SDK release v0.1.1 --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 70487c4..a7b3e10 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "test-server-sdk" -version = "0.1.0" +version = "0.1.1" authors = [ { name = "Google LLC", email = "googleapis-packages@google.com" }, ]