From a86606af5c5906d1c4f73094934152d5cdc91895 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Tue, 27 Jan 2015 21:17:34 -0800 Subject: [PATCH] 1.3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 904d47a6..b67e8f77 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.3.1", + version="1.3.2", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),