From cf582e767521efacbc250a25ea3c772542772751 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Mon, 24 Nov 2014 11:24:46 -0800 Subject: [PATCH] v1.3.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a51c25d..275cd37c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.2.2", + version = "1.3.0b1", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),