From c778427070df1b3971848267535f9fce2a321426 Mon Sep 17 00:00:00 2001 From: jayachandhar Date: Fri, 12 Mar 2021 16:30:55 +0530 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 228cb55..5f653ba 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='fyle', - version='v0.3.0', + version='v0.4.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing Fyle Platform APIs',