From 530a54b0fc0eb74d9dc29b19b7c4cdfab0556ebc Mon Sep 17 00:00:00 2001 From: shreejad <59456116+shreejad@users.noreply.github.com> Date: Fri, 19 Nov 2021 10:04:11 -0800 Subject: [PATCH] Bump version number to 0.3.1 (#43) --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de49015..b94d599 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We are working to support more App Engine bundled service APIs for Python 3. To In your `requirements.txt` file, add the following: -`appengine-python-standard>=0.3.0` +`appengine-python-standard>=0.3.1` In your app's `app.yaml`, add the following: diff --git a/setup.py b/setup.py index ea2c95c..8433db2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="0.3.0", + version="0.3.1", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,