Skip to content

Commit 1ddb7aa

Browse files
authored
Update __init__.py
* Use .get() for accessing deprecated id field * Patch version bump
1 parent 79f4e8d commit 1ddb7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

googleplaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
__all__ = ['GooglePlaces', 'GooglePlacesError', 'GooglePlacesAttributeError',
3737
'geocode_location']
38-
__version__ = '1.4.1'
38+
__version__ = '1.4.2'
3939
__author__ = 'Samuel Adu'
4040
__email__ = 'sam@slimkrazy.com'
4141

0 commit comments

Comments
 (0)