From 019fbe611b724804ce34a29284b074667fdae74f Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Thu, 2 Sep 2021 12:19:06 +0530 Subject: [PATCH] Bumping up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71873b3..3c1119e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.4.0', + version='2.5.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',