Skip to content

Commit 0f7c010

Browse files
chore(release): 4.2.1 [skip ci]
## [4.2.1](v4.2.0...v4.2.1) (2020-04-23) ### Bug Fixes * add python requires attribute to setup.py ([c61a1e3](c61a1e3)), closes [#345](#345)
1 parent 7b5648b commit 0f7c010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

googlemaps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# the License.
1616
#
1717

18-
__version__ = "4.2.0"
18+
__version__ = "4.2.1"
1919

2020
from googlemaps.client import Client
2121
from googlemaps import exceptions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="googlemaps",
18-
version="4.2.0",
18+
version="4.2.1",
1919
description="Python client library for Google Maps Platform",
2020
long_description=readme + changelog,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)