Skip to content

Commit 8ad8264

Browse files
chore(release): 4.4.7 [skip ci]
## [4.4.7](v4.4.6...v4.4.7) (2021-07-14) ### Bug Fixes * run sdist after tag created ([a8afb86](a8afb86))
1 parent a8afb86 commit 8ad8264

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.6"
18+
__version__ = "4.4.7"
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.6",
15+
version="4.4.7",
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)