From b7dac341001d6eb271f4da7c6dbcda714a286456 Mon Sep 17 00:00:00 2001 From: Manzoor Husain Date: Wed, 11 Dec 2019 11:14:58 +0530 Subject: [PATCH] Release Version 1.13.2 (cherry picked from commit d10719bf542ca4b4eaf87a81bea1791a06abda71) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 259aa5ed..3b9ed249 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.13.1", + version="1.13.2", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),