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