diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6c5f32b0..5fa4409fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/python-aiplatform/compare/v1.0.0...v1.0.1) (2021-05-21) + + +### Bug Fixes + +* use resource name location when passed full resource name ([#421](https://www.github.com/googleapis/python-aiplatform/issues/421)) ([f40f322](https://www.github.com/googleapis/python-aiplatform/commit/f40f32289e1fbeb93b35e4b66f65d15528a6481c)) + ## [1.0.0](https://www.github.com/googleapis/python-aiplatform/compare/v0.9.0...v1.0.0) (2021-05-19) diff --git a/setup.py b/setup.py index 6b11cfe2e3..d1cced2675 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools # type: ignore name = "google-cloud-aiplatform" -version = "1.0.0" +version = "1.0.1" description = "Cloud AI Platform API client library" package_root = os.path.abspath(os.path.dirname(__file__))