From cf2e75cf7a59f575f2e9e7e38f56947ae35f894f Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Fri, 25 Apr 2014 16:12:09 +0530 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73c9cd0e..eee195c2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.0.14b1", + version = "1.0.15b1", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),