Skip to content

Commit

Permalink
0.7.1 Pubnub version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Feb 3, 2017
1 parent 94dbc76 commit 5cdf17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ringcentral/__init__.py
Expand Up @@ -3,4 +3,4 @@

from .sdk import SDK

VERSION = '0.7.0'
VERSION = '0.7.1'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
download_url="https://github.com/ringcentral/ringcentral-python/tarball/%s" % VERSION,
keywords=['sdk', 'ringcentral', 'connect', 'platform', 'api', 'python'],
install_requires=[
'pubnub>=3.7.0',
'pubnub==3.*',
'requests>=2.7.0'
],
classifiers=[]
Expand Down

0 comments on commit 5cdf17b

Please sign in to comment.