We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1364711 commit 4dd8db6Copy full SHA for 4dd8db6
2 files changed
googlemaps/__init__.py
@@ -15,7 +15,7 @@
15
# the License.
16
#
17
18
-__version__ = "4.5.3"
+__version__ = "4.6.0"
19
20
from googlemaps.client import Client
21
from googlemaps import exceptions
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="googlemaps",
- version="4.5.3",
+ version="4.6.0",
description="Python client library for Google Maps Platform",
long_description=readme + changelog,
long_description_content_type="text/markdown",
0 commit comments