Skip to content

Commit 94aaee9

Browse files
Vision Beta (googleapis#3104)
1 parent 1cc9951 commit 94aaee9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Cloud Platform services:
2222
- `Google Cloud Datastore`_ (`Datastore README`_)
2323
- `Stackdriver Logging`_ (`Logging README`_)
2424
- `Google Cloud Storage`_ (`Storage README`_)
25+
- `Google Cloud Vision`_ (`Vision README`_)
2526

2627
**Beta** indicates that the client library for a particular service is
2728
mostly stable and is being prepared for release. Issues and requests
@@ -39,7 +40,6 @@ Cloud Platform services:
3940
- `Google Cloud Natural Language`_ (`Natural Language README`_)
4041
- `Google Cloud Translation`_ (`Translation README`_)
4142
- `Google Cloud Speech`_ (`Speech README`_)
42-
- `Google Cloud Vision`_ (`Vision README`_)
4343
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
4444
- `Google Cloud Runtime Configuration`_ (`Runtime Config README`_)
4545
- `Cloud Spanner`_ (`Cloud Spanner README`_)

vision/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'include_package_data': True,
3636
'zip_safe': False,
3737
'classifiers': [
38-
'Development Status :: 3 - Alpha',
38+
'Development Status :: 4 - Beta',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',
4141
'Operating System :: OS Independent',
@@ -52,12 +52,12 @@
5252
REQUIREMENTS = [
5353
'enum34',
5454
'google-cloud-core >= 0.23.1, < 0.24dev',
55-
'gapic-google-cloud-vision-v1 >= 0.15.2, < 0.16dev',
55+
'gapic-google-cloud-vision-v1 >= 0.90.3, < 0.91dev',
5656
]
5757

5858
setup(
5959
name='google-cloud-vision',
60-
version='0.23.2',
60+
version='0.23.3',
6161
description='Python Client for Google Cloud Vision',
6262
long_description=README,
6363
namespace_packages=[

0 commit comments

Comments
 (0)