Skip to content

Commit 7c0ae69

Browse files
committed
Preparing for a release of all packages.
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
1 parent 8511805 commit 7c0ae69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-vision/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050

5151

5252
REQUIREMENTS = [
53-
'google-cloud-core',
53+
'google-cloud-core >= 0.20.0',
5454
]
5555

5656
setup(
5757
name='google-cloud-vision',
58-
version='0.20.0dev',
58+
version='0.20.0',
5959
description='Python Client for Google Cloud Vision',
6060
long_description=README,
6161
namespace_packages=[

0 commit comments

Comments
 (0)