From 31bfc328cae8c1e09e9d0b7c3bcce21c8a2018f0 Mon Sep 17 00:00:00 2001 From: Sravan Kumar <30795376+Sravanksk@users.noreply.github.com> Date: Fri, 18 Mar 2022 11:19:47 +0530 Subject: [PATCH] bumping up the version (#81) bumping up the version (#81) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7984ee..2386de1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.10.0', + version='2.11.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',