Added geocodio geocoder to the Python library

This commit is contained in:
antoniocarlon
2020-01-14 13:25:44 +01:00
parent 7a08cdf096
commit 1e0a8fae06
11 changed files with 596 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
setup(
name='cartodb_services',
version='0.21.4',
version='0.22.0',
description='CartoDB Services API Python Library',