Skip to content

Commit

Permalink
chore(release): 4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.10.0](v4.9.0...v4.10.0) (2023-01-26)

### Features

* add new place details fields and reviews request modifiers ([#474](#474)) ([6c69310](6c69310))
  • Loading branch information
semantic-release-bot committed Jan 26, 2023
1 parent 6c69310 commit 82674b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion googlemaps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# the License.
#

__version__ = "4.9.0"
__version__ = "4.10.0"

from googlemaps.client import Client
from googlemaps import exceptions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82674b7

Please sign in to comment.