From 82674b7fccb00d611f36b11cab6f281827174f8b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Jan 2023 16:44:56 +0000 Subject: [PATCH] chore(release): 4.10.0 [skip ci] # [4.10.0](https://github.com/googlemaps/google-maps-services-python/compare/v4.9.0...v4.10.0) (2023-01-26) ### Features * add new place details fields and reviews request modifiers ([#474](https://github.com/googlemaps/google-maps-services-python/issues/474)) ([6c69310](https://github.com/googlemaps/google-maps-services-python/commit/6c69310997e2e82edb5ee3e7235a3057945e7c76)) --- 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 6aabb596..61ec45d0 100644 --- a/googlemaps/__init__.py +++ b/googlemaps/__init__.py @@ -15,7 +15,7 @@ # the License. # -__version__ = "4.9.0" +__version__ = "4.10.0" from googlemaps.client import Client from googlemaps import exceptions diff --git a/setup.py b/setup.py index 634cfb42..df9f32f1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="googlemaps", - version="4.9.0", + version="4.10.0", description="Python client library for Google Maps Platform", long_description=readme + changelog, long_description_content_type="text/markdown",