Skip to content

Commit

Permalink
feat: bump release status to GA (#9)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
busunkim96 authored Feb 28, 2020
1 parent 641692d commit 6251a48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-texttospeech/README.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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.

- `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
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-texttospeech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 6251a48

Please sign in to comment.