From a3735ab678e1f20b2c22a6148781e4b6b8d6bb5d Mon Sep 17 00:00:00 2001 From: Manu C Date: Wed, 12 Aug 2026 06:57:38 +0000 Subject: [PATCH] Version bump for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b146122..91212cb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="3.0.0", + version="3.0.1", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,