We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93b3c0 commit 0717028Copy full SHA for 0717028
2 files changed
googlemaps/__init__.py
@@ -15,7 +15,7 @@
15
# the License.
16
#
17
18
-__version__ = "4.4.7"
+__version__ = "4.5.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.4.7",
+ version="4.5.0",
description="Python client library for Google Maps Platform",
long_description=readme + changelog,
long_description_content_type="text/markdown",
0 commit comments