We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b952d7 commit c5982e7Copy full SHA for c5982e7
googlemaps/__init__.py
@@ -15,7 +15,7 @@
15
# the License.
16
#
17
18
-__version__ = "4.7.1"
+__version__ = "4.7.2"
19
20
from googlemaps.client import Client
21
from googlemaps import exceptions
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="googlemaps",
29
- version="4.7.1",
+ version="4.7.2",
30
description="Python client library for Google Maps Platform",
31
long_description=readme + changelog,
32
long_description_content_type="text/markdown",
0 commit comments