Skip to content

Commit 530a54b

Browse files
authored
Bump version number to 0.3.1 (#43)
1 parent a91520f commit 530a54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We are working to support more App Engine bundled service APIs for Python 3. To
1313

1414
In your `requirements.txt` file, add the following:
1515

16-
`appengine-python-standard>=0.3.0`
16+
`appengine-python-standard>=0.3.1`
1717

1818
In your app's `app.yaml`, add the following:
1919

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="appengine-python-standard",
8-
version="0.3.0",
8+
version="0.3.1",
99
author="Google LLC",
1010
description="Google App Engine services SDK for Python 3",
1111
long_description=long_description,

0 commit comments

Comments
 (0)