From 880d26ed07c51d98c86cc80820caab6d24b2f8fe Mon Sep 17 00:00:00 2001 From: Joy Lal Chattaraj Date: Mon, 4 Nov 2019 17:52:32 +0530 Subject: [PATCH] Release Version 1.13.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60d183c1..fba96107 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name="qds_sdk", - version="1.13.0", + version="1.13.1", author="Qubole", author_email="dev@qubole.com", description=("Python SDK for coding to the Qubole Data Service API"),