From 882b8fa098220636a1c259a1dfaa1e307bcfcf72 Mon Sep 17 00:00:00 2001 From: shreejad <59456116+shreejad@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:51:57 +0000 Subject: [PATCH] Version 1.1.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fac7cc4..78c3ea5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="1.1.3", + version="1.1.4", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,