From 6bba9fa9400e8a8201c2b43570bf76e912ccb8ae Mon Sep 17 00:00:00 2001 From: Joydeep Sen Sarma Date: Thu, 22 May 2014 10:59:01 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f2b3ef8d..31693eda 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.1.0", + version = "1.1.1", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),