diff --git a/googleplaces/__init__.py b/googleplaces/__init__.py index cdbae8a..c541158 100644 --- a/googleplaces/__init__.py +++ b/googleplaces/__init__.py @@ -35,7 +35,7 @@ __all__ = ['GooglePlaces', 'GooglePlacesError', 'GooglePlacesAttributeError', 'geocode_location'] -__version__ = '1.4.1' +__version__ = '1.4.2' __author__ = 'Samuel Adu' __email__ = 'sam@slimkrazy.com'