New version of the python lib

New release to change number of http connection retries to 1
This commit is contained in:
Javier Goizueta 2016-12-13 18:03:37 +01:00
parent 16cce3bddc
commit 4fc90626ab

View File

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