Skip to content

Commit

Permalink
Bump version number to 0.3.1 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreejad authored Nov 19, 2021
1 parent a91520f commit 530a54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 530a54b

Please sign in to comment.