diff --git a/NEWS.rst b/NEWS.rst index 30cc29dd8..235003636 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -4,7 +4,7 @@ Changelog 0.10.0 ------ -Release 2019-xx-xx +Release 2019-06-03 Updates diff --git a/cartoframes/__version__.py b/cartoframes/__version__.py index a7151d5f4..c05fc0c78 100644 --- a/cartoframes/__version__.py +++ b/cartoframes/__version__.py @@ -1,7 +1,7 @@ """cartoframes version number""" __title__ = 'cartoframes' __description__ = 'CARTO Python package for data scientists' -__version__ = '0.10.0-dev' +__version__ = '0.10.0' __url__ = 'https://github.com/CartoDB/cartoframes' __author__ = 'Andy Eschbacher' __email__ = 'andy@carto.com'