From 43a1a82c39f6349598ec2b77f19cc336eca4ae58 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Fri, 6 Oct 2023 14:29:40 -0400 Subject: [PATCH] chore: update version (#553) --- 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",