Do not crash when matchType is empty

This commit is contained in:
Javier Torres
2018-12-24 13:04:16 +01:00
parent b608830bce
commit 84276b4cd3
3 changed files with 6 additions and 6 deletions

View File

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