Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
* Use .get() for accessing deprecated id field
* Patch version bump
  • Loading branch information
slimkrazy committed Oct 29, 2020
1 parent 79f4e8d commit 1ddb7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleplaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 1ddb7aa

Please sign in to comment.