From 881a57dbc4498d19849cc8ab65defe3e50f1e323 Mon Sep 17 00:00:00 2001 From: sharmaharisam <54685523+sharmaharisam@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:45:55 +0530 Subject: [PATCH] Bump version to 1.1.7 (#126) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75a435d..e096e4f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="1.1.6", + version="1.1.7", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,