From 557222d263246e918f53c7b4078ad6348161c0cf Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 00:38:02 +0000 Subject: [PATCH] chore: release 1.0.1 (#30) :robot: I have created a release \*beep\* \*boop\* --- ### [1.0.1](https://www.github.com/googleapis/python-webrisk/compare/v1.0.0...v1.0.1) (2020-07-15) ### Bug Fixes * update README for library conversion to microgenerator ([#29](https://www.github.com/googleapis/python-webrisk/issues/29)) ([ebd278b](https://www.github.com/googleapis/python-webrisk/commit/ebd278b8c41d72a9f9c594677c8d69684d8ef977)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b80476e..d6fe3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ [PyPI History][1] [1]: https://pypi.org/project/google-cloud-webrisk/#history +### [1.0.1](https://www.github.com/googleapis/python-webrisk/compare/v1.0.0...v1.0.1) (2020-07-15) + + +### Bug Fixes + +* update README for library conversion to microgenerator ([#29](https://www.github.com/googleapis/python-webrisk/issues/29)) ([ebd278b](https://www.github.com/googleapis/python-webrisk/commit/ebd278b8c41d72a9f9c594677c8d69684d8ef977)) + ## [1.0.0](https://www.github.com/googleapis/python-webrisk/compare/v0.3.0...v1.0.0) (2020-07-14) diff --git a/setup.py b/setup.py index 1b49e3e..e336127 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ name = "google-cloud-webrisk" description = "Google Cloud Web Risk API client library" -version = "1.0.0" +version = "1.0.1" # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'