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