Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Cloud Platform services:
- `Google Cloud Datastore`_ (`Datastore README`_)
- `Stackdriver Logging`_ (`Logging README`_)
- `Google Cloud Storage`_ (`Storage README`_)
- `Google Cloud Vision`_ (`Vision README`_)

**Beta** indicates that the client library for a particular service is
mostly stable and is being prepared for release. Issues and requests
Expand All @@ -39,7 +40,6 @@ Cloud Platform services:
- `Google Cloud Natural Language`_ (`Natural Language README`_)
- `Google Cloud Translation`_ (`Translation README`_)
- `Google Cloud Speech`_ (`Speech README`_)
- `Google Cloud Vision`_ (`Vision README`_)
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
- `Cloud Spanner`_ (`Cloud Spanner README`_)
Expand Down
6 changes: 3 additions & 3 deletions vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand All @@ -52,12 +52,12 @@
REQUIREMENTS = [
'enum34',
'google-cloud-core >= 0.23.1, < 0.24dev',
'gapic-google-cloud-vision-v1 >= 0.15.2, < 0.16dev',
'gapic-google-cloud-vision-v1 >= 0.90.3, < 0.91dev',
]

setup(
name='google-cloud-vision',
version='0.23.2',
version='0.23.3',

This comment was marked as spam.

This comment was marked as spam.

description='Python Client for Google Cloud Vision',
long_description=README,
namespace_packages=[
Expand Down