From f492883528708a1125cd07624579ca3f098b85f0 Mon Sep 17 00:00:00 2001 From: harsh Date: Mon, 9 May 2016 15:15:05 -0700 Subject: [PATCH] 1.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a004c492..34bdac5a 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="unreleased", + version="1.9.1", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),