diff --git a/setup.py b/setup.py index a74d120..9730cd6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as readme_file: readme = readme_file.read() -requirements = ['webexpythonsdk==2.0.5', 'coloredlogs', 'websockets==16', 'backoff'] +requirements = ['webexpythonsdk==2.0.6', 'coloredlogs', 'websockets==16', 'backoff'] setup_requirements = ['pytest-runner', ]