From 3107ddc9d78cdedb11b33d1567e4afaa0861d020 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Wed, 25 Feb 2015 11:47:33 -0800 Subject: [PATCH] 1.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a77d63ee..5a75f0b0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.4.0", + version="1.4.1", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),