From ecc6f260cb4f9f3011ec68ded450aa0701b42bb6 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Mon, 11 May 2026 09:14:02 -0400 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 38024be..22048cd 100644 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ with open("requirements.txt") as f: setup( name="voxtelesys_integration", - version="1.0.0", - description="Voxtelesys Voice API integration for ERPNext Helpdesk", + version="2.0.0", + description="3CX/Voxtelesys inbound call webhook for Frappe Helpdesk", author="Broadcast Management Group", author_email="it@broadcastmgmt.com", packages=find_packages(), zip_safe=False, include_package_data=True, install_requires=install_requires, -) \ No newline at end of file +)