diff options
| author | Devendra | 2014-06-16 23:40:07 +0530 |
|---|---|---|
| committer | Devendra | 2014-06-16 23:40:07 +0530 |
| commit | 819dbedf0904b81e866ea6d27219608167d8b8ca (patch) | |
| tree | fc54b2d8b4d8c28ecbc5a700c80da49f68e8d269 /setup.py | |
| parent | 6e67486e8e2333e6f7b0128df9bc4f1da8db2bfc (diff) | |
| download | pubnub-python-819dbedf0904b81e866ea6d27219608167d8b8ca.tar.bz2 | |
version changes
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='pubnub', - version='3.5.0-beta-1', + version='3.5.0', description='PubNub Real-time push service in the cloud', author='Stephen Blum', author_email='support@pubnub.com', @@ -20,7 +20,7 @@ setup( ), install_requires=[ 'pycrypto>=2.6.1', - 'requests' + 'requests>=2.3.0' ], zip_safe=False, ) |
