From a900a13130eb71d6f2dd67ca2d1573c7559053d9 Mon Sep 17 00:00:00 2001 From: shreejad <59456116+shreejad@users.noreply.github.com> Date: Fri, 21 Jul 2023 12:21:04 -0700 Subject: [PATCH] Version 1.1.3 (#95) This version includes updates to the Search API. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af91da2..fac7cc4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="1.1.2", + version="1.1.3", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,