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