From 214ebaa25a809b4003d59b6031cad8d1b3924b62 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Tue, 25 Mar 2014 12:56:39 +0530 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2cf9adc8..ea16723d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.0.10_beta", + version = "1.0.11b1", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),