From 85b34bd1403725ecb942c6dfb24419405d4b2460 Mon Sep 17 00:00:00 2001 From: Rajat Venkatesh Date: Wed, 30 Apr 2014 16:59:30 +0530 Subject: [PATCH] Bump version number to 1.0.17b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfce5cde..53db5abc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(fname): setup( name = "qds_sdk", - version = "1.0.16", + version = "1.0.17b1", author = "Qubole", author_email = "dev@qubole.com", description = ("Python SDK for coding to the Qubole Data Service API"),