diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e302f9e..6b1591ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-automl/#history +### [1.0.1](https://www.github.com/googleapis/python-automl/compare/v1.0.0...v1.0.1) (2020-06-18) + + +### Bug Fixes + +* fixes release status trove classifier ([#39](https://www.github.com/googleapis/python-automl/issues/39)) ([5b5d6c3](https://www.github.com/googleapis/python-automl/commit/5b5d6c33178f4f052cba01cc08cf3023d4303d7a)) + ## [1.0.0](https://www.github.com/googleapis/python-automl/compare/v0.10.0...v1.0.0) (2020-06-18) diff --git a/setup.py b/setup.py index 76fc077b..e6af67da 100644 --- a/setup.py +++ b/setup.py @@ -19,8 +19,8 @@ name = "google-cloud-automl" description = "Cloud AutoML API client library" -version = "1.0.0" -release_status = "Development Status :: 5 - Production/stable" +version = "1.0.1" +release_status = "Development Status :: 5 - Production/Stable" dependencies = [ "google-api-core[grpc] >= 1.14.0, < 2.0.0dev", 'enum34; python_version < "3.4"',