Skip to content

Commit 6d7a993

Browse files
chore(release): 4.7.0 [skip ci]
# [4.7.0](v4.6.0...v4.7.0) (2022-11-09) ### Features * Adds support for Address Validation API ([#448](#448)) ([3bcb05f](3bcb05f))
1 parent 3bcb05f commit 6d7a993

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.6.0"
18+
__version__ = "4.7.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.6.0",
29+
version="4.7.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)