From 1ac9e8ece0bb364257ac2103f694a8da7b5c2d69 Mon Sep 17 00:00:00 2001 From: Rajat Venkatesh Date: Thu, 8 May 2014 16:40:56 +0530 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d45b201e..f2b3ef8d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.0.18", + version = "1.1.0", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),