From 4466596cc97dc2894249ac8f324cedfc7bcd8361 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Wed, 25 Jun 2014 21:01:35 +0530 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3c09418..5c708e46 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.1.3", + version = "1.2.0", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),