From 65b65951becca0b4de8dd5e4163b8a17c6fc9e02 Mon Sep 17 00:00:00 2001 From: Sravan Kumar <30795376+Sravanksk@users.noreply.github.com> Date: Mon, 3 Jan 2022 20:38:43 +0530 Subject: [PATCH] bumping up the version (#73) bumping up the version (#73) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0265f74..f42cbe2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.7.0', + version='2.8.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',