Skip to content

Commit 15ca2c7

Browse files
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.2...v4.3.0) (2020-04-27) ### Features * Add business_status ([#356](#356)) ([6eeb48a](6eeb48a))
1 parent 6eeb48a commit 15ca2c7

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.2.2"
18+
__version__ = "4.3.0"
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.2",
18+
version="4.3.0",
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)