From 8fde9501b4df675a1ae9f763c29344b407aacf6f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 22:00:51 +0000 Subject: [PATCH] chore(release): 4.7.1 [skip ci] ## [4.7.1](https://github.com/googlemaps/google-maps-services-python/compare/v4.7.0...v4.7.1) (2022-11-21) ### Bug Fixes * Convert print statement to info log ([#455](https://github.com/googlemaps/google-maps-services-python/issues/455)) ([83ad827](https://github.com/googlemaps/google-maps-services-python/commit/83ad82772fcfba2ebe798ae544d7f01df1f6ded7)) --- googlemaps/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/googlemaps/__init__.py b/googlemaps/__init__.py index 4a3b3b91..226be765 100644 --- a/googlemaps/__init__.py +++ b/googlemaps/__init__.py @@ -15,7 +15,7 @@ # the License. # -__version__ = "4.7.0" +__version__ = "4.7.1" from googlemaps.client import Client from googlemaps import exceptions diff --git a/setup.py b/setup.py index 51ccabf8..053cd4d8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="googlemaps", - version="4.7.0", + version="4.7.1", description="Python client library for Google Maps Platform", long_description=readme + changelog, long_description_content_type="text/markdown",