From f7c7c0a38b2827460cde11e722d4c5f2307a199a Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Mon, 12 Jun 2017 13:34:03 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02a8434..180a13d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author="Daniel CarriĆ³n", author_email="daniel@carto.com", description="SDK around CARTO's APIs", - version="1.0", + version="1.0.1", url="https://github.com/CartoDB/carto-python", install_requires=required, packages=["carto"])