Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Oct 1, 2024
1 parent b68a008 commit dc42550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='agora-realtime-ai-api',
version='1.0.5',
version='1.0.6',
author='agora.io',
author_email='[email protected]',
description='Agora\'s low latency, high performance Realtime API to work with Voice Conversational AI',
Expand All @@ -18,6 +18,6 @@
python_requires='>=3.11',
install_requires=[
'pyee==12.0.0',
'agora-python-server-sdk==2.0.6'
'agora-python-server-sdk==2.0.5'
], # List of dependencies (if any)
)

0 comments on commit dc42550

Please sign in to comment.