Skip to content

Commit 5253cbc

Browse files
chore(release): 4.4.2 [skip ci]
## [4.4.2](v4.4.1...v4.4.2) (2020-07-28) ### Bug Fixes * static map label ([#374](#374)) ([c942b86](c942b86))
1 parent c942b86 commit 5253cbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.1"
18+
__version__ = "4.4.2"
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
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="googlemaps",
15-
version="4.4.1",
15+
version="4.4.2",
1616
description="Python client library for Google Maps Platform",
1717
long_description=readme + changelog,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)