From ce8fb3894a5df61fbdea2475b01d71c6d088b5c2 Mon Sep 17 00:00:00 2001 From: Sumit Maheshwari Date: Tue, 14 May 2019 15:20:29 +0530 Subject: [PATCH] Release Version 1.11.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 176cab70..c5486fa4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.11.0", + version="1.11.1", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),