From c382b101651343e4537d722ed050a6a3bad16a24 Mon Sep 17 00:00:00 2001 From: Shwetabh Kumar Date: Mon, 5 Apr 2021 11:44:15 +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 14891b5..ba307e0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='1.16.0', + version='1.17.0', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',