Update setup.py
This commit is contained in:
parent
073ec3417e
commit
ecc6f260cb
1 changed files with 3 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -5,8 +5,8 @@ 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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue