From c6592b0c576295868ff5f3b9845bb506bda8a2c5 Mon Sep 17 00:00:00 2001 From: ruuushhh Date: Thu, 25 Apr 2024 13:47:58 +0530 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30b61c7..e363008 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.21.0', + version='2.21.1', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',