diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index a397dfee0025..e578bb8b5298 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/google-cloud-core/#history +## 1.0.1 + +05-28-2019 11:22 PDT + +### Dependencies +- Pin `grpcio < 2.0dev`. ([#8182](https://github.com/googleapis/google-cloud-python/pull/8182)) + ## 1.0.0 05-15-2019 13:09 PDT diff --git a/core/setup.py b/core/setup.py index 99314193867b..bd02724dd322 100644 --- a/core/setup.py +++ b/core/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-core" description = "Google Cloud API client core library" -version = "1.0.0" +version = "1.0.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'