We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c69310 commit 82674b7Copy full SHA for 82674b7
googlemaps/__init__.py
@@ -15,7 +15,7 @@
15
# the License.
16
#
17
18
-__version__ = "4.9.0"
+__version__ = "4.10.0"
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.9.0",
+ version="4.10.0",
30
description="Python client library for Google Maps Platform",
31
long_description=readme + changelog,
32
long_description_content_type="text/markdown",
0 commit comments