Skip to content

Commit 72c482c

Browse files
chore(release): 4.9.0 [skip ci]
# [4.9.0](v4.8.0...v4.9.0) (2023-01-24) ### Features * add support for sorting reviews in Place Details requests ([#468](#468)) ([8afe628](8afe628))
1 parent 8afe628 commit 72c482c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# the License.
1616
#
1717

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="googlemaps",
29-
version="4.8.0",
29+
version="4.9.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)