From 2cc343333e700c820808bf0f9bec5f105341249d Mon Sep 17 00:00:00 2001 From: sharmaharisam <54685523+sharmaharisam@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:06:36 +0530 Subject: [PATCH] Bump version to 1.1.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e096e4f..f511f37 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="1.1.7", + version="1.1.8", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,