From 88c42db9d3cb228b6c900d62511a8327e50c95e5 Mon Sep 17 00:00:00 2001 From: Joy Lal Chattaraj <8450903+chattarajoy@users.noreply.github.com> Date: Wed, 3 Jun 2020 14:08:53 +0530 Subject: [PATCH] Release Version 1.16.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cd1a4be..3c9a565a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): setup( name="qds_sdk", - version="1.15.2", + version="1.16.0", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),