From 2215bb402f070bdeabe30eb39e1c32cd3c7ca807 Mon Sep 17 00:00:00 2001 From: Andy Eschbacher Date: Fri, 23 Jun 2017 16:37:48 -0400 Subject: [PATCH] patch number bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21931ae2a..25dafc40d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='cartoframes', - version='0.2.1b2', + version='0.2.2b2', description='An experimental Python pandas interface for using CARTO', long_description=LONG_DESCRIPTION, url='https://github.com/CartoDB/cartoframes',