From 9171a499b627f3575c61266cb14ce7d74b0be0f6 Mon Sep 17 00:00:00 2001 From: Joy Lal Chattaraj <8450903+chattarajoy@users.noreply.github.com> Date: Tue, 18 Feb 2020 15:14:13 +0530 Subject: [PATCH] Release Version 1.14.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b9ed249..245d2692 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.13.2", + version="1.14.0", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),