aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2014-06-16 23:40:07 +0530
committerDevendra2014-06-16 23:40:07 +0530
commit819dbedf0904b81e866ea6d27219608167d8b8ca (patch)
treefc54b2d8b4d8c28ecbc5a700c80da49f68e8d269 /setup.py
parent6e67486e8e2333e6f7b0128df9bc4f1da8db2bfc (diff)
downloadpubnub-python-819dbedf0904b81e866ea6d27219608167d8b8ca.tar.bz2
version changes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index aec2887..ee01836 100644
--- a/setup.py
+++ b/setup.py
@@ -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,
)