From 9574ac7d1399b61c9c79dfeab578984a007186f0 Mon Sep 17 00:00:00 2001 From: ruuushhh <66899387+ruuushhh@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:50:42 +0530 Subject: [PATCH] Bump version contract lines (#102) Co-authored-by: GitHub Actions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7cae0e6..37a8112 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='sageintacctsdk', - version='1.23.4', + version='1.24.0', author='Ashwin T', author_email='ashwin.t@fyle.in', description='Python SDK for accessing Sage Intacct APIs',