From c21fcc17c2d2013573e801edce800d2ff2f3eb80 Mon Sep 17 00:00:00 2001 From: Hrishabh Tiwari Date: Tue, 30 Apr 2024 11:22:36 +0530 Subject: [PATCH] Bump Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0c3154..908dd4a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='netsuitesdk', - version='2.21.2', + version='2.21.3', author='Siva Narayanan', author_email='siva@fyle.in', description='Python SDK for accessing the NetSuite SOAP webservice',