From 522bb36c01ecde19cee482c4e4d3af20c7ab684b Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Fri, 6 Oct 2023 18:09:42 +0000 Subject: [PATCH] chore: update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ac0c4ae..f667e4b1 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setuptools.setup( name="googleapis-storage-testbench", - version="0.33.0", + version="0.39.0", author="Google LLC", author_email="googleapis-packages@google.com", description="A testbench for Google Cloud Storage client libraries",