diff --git a/.repo-metadata.json b/.repo-metadata.json index 3c01878a..852bae9f 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/automl/docs/", "client_documentation": "https://googleapis.dev/python/automl/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/559744", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-automl", "distribution_name": "google-cloud-automl", diff --git a/README.rst b/README.rst index ecf40524..bfab72eb 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud AutoML API ================================== -|alpha| |pypi| |versions| +|ga| |pypi| |versions| The `Cloud AutoML API`_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models @@ -11,8 +11,8 @@ transfer learning, and Neural Architecture Search technology. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support +.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#ga-support .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-automl.svg :target: https://pypi.org/project/google-cloud-automl/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-automl.svg diff --git a/setup.py b/setup.py index 7736f6ed..f28419ef 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" version = "0.10.0" -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", 'enum34; python_version < "3.4"',