Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
feat: bump release status to GA (#11)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
busunkim96 committed Feb 28, 2020
1 parent cfb2863 commit 2129bde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/vision/docs/",
"client_documentation": "https://googleapis.dev/python/vision/latest",
"issue_tracker": "https://issuetracker.google.com/issues?q=status:open%20componentid:187174",
"release_level": "beta",
"release_level": "ga",
"language": "python",
"repo": "googleapis/python-vision",
"distribution_name": "google-cloud-vision",
Expand Down
6 changes: 3 additions & 3 deletions README.rst
@@ -1,7 +1,7 @@
Python Client for Google Cloud Vision
=====================================

|beta| |pypi| |versions|
|GA| |pypi| |versions|

The `Google Cloud Vision`_ API enables developers to
understand the content of an image by encapsulating powerful machine
Expand All @@ -17,8 +17,8 @@ Storage.
- `Client Library Documentation`_
- `Product Documentation`_

.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vision.svg
:target: https://pypi.org/project/google-cloud-vision/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
name = "google-cloud-vision"
description = "Cloud Vision API API client library"
version = "0.42.0"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit 2129bde

Please sign in to comment.