Skip to content

Commit

Permalink
Bump version to 1.9.22.1 and depend on the CloudStorageClient 1.9.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryBrock committed Jan 28, 2016
1 parent 5b4cff2 commit b18ab02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand All @@ -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"]}
)

0 comments on commit b18ab02

Please sign in to comment.