From ad6e5cc1927557aa16e656bc9a8444da69b8bbb5 Mon Sep 17 00:00:00 2001 From: shreejad <59456116+shreejad@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:20:40 -0700 Subject: [PATCH] Update setup.py to version 1.1.1 (#85) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 681e448..9708237 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="1.1.0", + version="1.1.1", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,