Skip to content

Commit 8fde950

Browse files
chore(release): 4.7.1 [skip ci]
## [4.7.1](v4.7.0...v4.7.1) (2022-11-21) ### Bug Fixes * Convert print statement to info log ([#455](#455)) ([83ad827](83ad827))
1 parent 83ad827 commit 8fde950

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.7.0"
18+
__version__ = "4.7.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
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name="googlemaps",
29-
version="4.7.0",
29+
version="4.7.1",
3030
description="Python client library for Google Maps Platform",
3131
long_description=readme + changelog,
3232
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)