From 15ca2c7314dfd280dbd7e5d318ba0bce15c67eaa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Apr 2020 15:53:09 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] # [4.3.0](https://github.com/googlemaps/google-maps-services-python/compare/v4.2.2...v4.3.0) (2020-04-27) ### Features * Add business_status ([#356](https://github.com/googlemaps/google-maps-services-python/issues/356)) ([6eeb48a](https://github.com/googlemaps/google-maps-services-python/commit/6eeb48a7d89575a1f8da68c56fef0e717f9737e5)) --- googlemaps/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/googlemaps/__init__.py b/googlemaps/__init__.py index fa073a41..49ad240f 100644 --- a/googlemaps/__init__.py +++ b/googlemaps/__init__.py @@ -15,7 +15,7 @@ # the License. # -__version__ = "4.2.2" +__version__ = "4.3.0" from googlemaps.client import Client from googlemaps import exceptions diff --git a/setup.py b/setup.py index 27680192..5be33d49 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="googlemaps", - version="4.2.2", + version="4.3.0", description="Python client library for Google Maps Platform", long_description=readme + changelog, long_description_content_type="text/markdown",