Skip to content

Commit

Permalink
Preparing for a release of all packages.
Browse files Browse the repository at this point in the history
Towards #2441.

- Updating umbrella README to point at all packages
- Putting upper bounds on grpcio in dependencies
- Putting lower bounds on all google-cloud-* packages
  listed as dependencies
- Adding `setup.cfg` for universal wheels
  • Loading branch information
dhermes committed Sep 27, 2016
1 parent 73a964f commit a534f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@


REQUIREMENTS = [
'google-cloud-core',
'google-cloud-core >= 0.20.0',
]

setup(
name='google-cloud-language',
version='0.20.0dev',
version='0.20.0',
description='Python Client for Google Cloud Natural Language',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit a534f97

Please sign in to comment.