diff --git a/NEWS.md b/NEWS.md index 9883417..4571e01 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ Jul 19th, 2018 ============== -* Version `0.25.0` of the client, `0.32.0` of the server, and `0.19.0` of the Python library. +* Version `0.25.0` of the client, `0.32.0` of the server, and `0.19.1` of the Python library. * Support for batch street-level geocoding. May 7th, 2018 diff --git a/server/lib/python/cartodb_services/setup.py b/server/lib/python/cartodb_services/setup.py index 3ea820e..7699f06 100644 --- a/server/lib/python/cartodb_services/setup.py +++ b/server/lib/python/cartodb_services/setup.py @@ -10,7 +10,7 @@ from setuptools import setup, find_packages setup( name='cartodb_services', - version='0.19.0', + version='0.19.1', description='CartoDB Services API Python Library',