Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
feat: release as production/stable (#37)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
danoscarmike committed Jun 18, 2020
1 parent 29e3bfb commit 915c502
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/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",
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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"',
Expand Down

0 comments on commit 915c502

Please sign in to comment.