diff --git a/CHANGELOG.md b/CHANGELOG.md index e0edc28..a319919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.2.1](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.2.0...v0.2.1) (2021-06-16) + + +### Bug Fixes + +* exclude docs and tests from package ([#33](https://www.github.com/googleapis/python-dataproc-metastore/issues/33)) ([dfaec68](https://www.github.com/googleapis/python-dataproc-metastore/commit/dfaec68833ded607fd0514d73b10e0d33dc26c72)) + ## [0.2.0](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.1.0...v0.2.0) (2021-06-02) diff --git a/setup.py b/setup.py index fb79625..27eb86b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ import setuptools # type: ignore name = "google-cloud-dataproc-metastore" -version = "0.2.0" +version = "0.2.1" description = "Dataproc Metastore API client library" release_status = "Development Status :: 4 - Beta" url = "https://github.com/googleapis/python-dataproc-metastore"