From e6abb85b65b8d3dafca7abbef078f88a15b00d87 Mon Sep 17 00:00:00 2001 From: Shreyansh Date: Tue, 29 Dec 2020 19:59:46 +0530 Subject: [PATCH] Changed sdk version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b0c373..7d971bb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='fyle', - version='0.1.7-beta', + version='0.1.8-beta', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing Fyle Platform APIs',