Skip to content

Commit 82674b7

Browse files
chore(release): 4.10.0 [skip ci]
# [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))
1 parent 6c69310 commit 82674b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemaps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# the License.
1616
#
1717

18-
__version__ = "4.9.0"
18+
__version__ = "4.10.0"
1919

2020
from googlemaps.client import Client
2121
from googlemaps import exceptions

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="googlemaps",
29-
version="4.9.0",
29+
version="4.10.0",
3030
description="Python client library for Google Maps Platform",
3131
long_description=readme + changelog,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)