diff --git a/.repo-metadata.json b/.repo-metadata.json index 48003e47..32efa1d5 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,7 +4,7 @@ "product_documentation": "https://cloud.google.com/text-to-speech", "client_documentation": "https://googleapis.dev/python/texttospeech/latest", "issue_tracker": "https://issuetracker.google.com/savedsearches/5235428", - "release_level": "alpha", + "release_level": "ga", "language": "python", "repo": "googleapis/python-texttospeech", "distribution_name": "google-cloud-texttospeech", diff --git a/README.rst b/README.rst index 7887b150..ee11ca7b 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Text-to-Speech API ========================================== -|alpha| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Text-to-Speech API`_: Synthesizes natural-sounding speech by applying powerful neural network models. @@ -9,8 +9,8 @@ powerful neural network models. - `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#general-availability .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-texttospeech.svg :target: https://pypi.org/project/google-cloud-texttospeech/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-texttospeech.svg diff --git a/setup.py b/setup.py index 9b931f50..1362677a 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta' # 'Development Status :: 5 - Production/Stable' -release_status = "Development Status :: 3 - Alpha" +release_status = "Development Status :: 5 - Production/Stable" dependencies = ["google-api-core[grpc] >= 1.14.0, < 2.0.0dev"] extras = {}