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

feat: release as production/stable #37

Merged
merged 1 commit into from Jun 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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