Skip to content

Commit

Permalink
Cut release of vision API.
Browse files Browse the repository at this point in the history
Also bumping the version on the uber-package.
  • Loading branch information
dhermes committed Jul 26, 2017
1 parent 2083542 commit 987dc82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
'google-cloud-storage >= 1.2.0, < 1.3dev',
'google-cloud-translate >= 0.25.0, < 0.26dev',
'google-cloud-videointelligence >= 0.25.0, < 0.26dev',
'google-cloud-vision >= 0.25.0, < 0.26dev',
'google-cloud-vision >= 0.26.0, < 0.27dev',
]

setup(
name='google-cloud',
version='0.26.2',
version='0.27.0',
description='API Client library for Google Cloud',
long_description=README,
install_requires=REQUIREMENTS,
Expand Down
2 changes: 1 addition & 1 deletion vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
author='Google Cloud Platform',
author_email='[email protected]',
name='google-cloud-vision',
version='0.25.0',
version='0.26.0',
description='Python Client for Google Cloud Vision',
long_description=readme,
namespace_packages=[
Expand Down

0 comments on commit 987dc82

Please sign in to comment.