From 9fea69a9042ff9e5dc1a523fcd61d1cf00cb7292 Mon Sep 17 00:00:00 2001 From: slimkrazy Date: Sun, 8 Jan 2017 16:16:52 +0000 Subject: [PATCH] Updated contributors file + incremented the patch version. --- CONTRIBUTORS | 1 + googleplaces/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ab4a08f..f6f45ad 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -16,3 +16,4 @@ scottcode jpulec ruhman drootnar +keradus diff --git a/googleplaces/__init__.py b/googleplaces/__init__.py index 59f0850..189d142 100644 --- a/googleplaces/__init__.py +++ b/googleplaces/__init__.py @@ -35,7 +35,7 @@ __all__ = ['GooglePlaces', 'GooglePlacesError', 'GooglePlacesAttributeError', 'geocode_location'] -__version__ = '1.3.0' +__version__ = '1.3.1' __author__ = 'Samuel Adu' __email__ = 'sam@slimkrazy.com'