forked from GoogleCloudPlatform/appengine-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.9.22.1 and depend on the CloudStorageClient 1.9.22.1
- Loading branch information
1 parent
5b4cff2
commit b18ab02
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# To debug, set DISTUTILS_DEBUG env var to anything. | ||
setuptools.setup( | ||
name="GoogleAppEnginePipeline", | ||
version="1.9.21.1", | ||
version="1.9.22.1", | ||
packages=setuptools.find_packages(), | ||
author="Google App Engine", | ||
author_email="[email protected]", | ||
|
@@ -20,7 +20,7 @@ | |
# Exclude these files from installation. | ||
exclude_package_data={"": ["README"]}, | ||
install_requires=[ | ||
"GoogleAppEngineCloudStorageClient >= 1.9.21", | ||
"GoogleAppEngineCloudStorageClient >= 1.9.22", | ||
], | ||
extras_require={'python2.5': ["simplejson >= 3.6.5"]} | ||
) |