diff options
| author | Devendra | 2014-06-18 02:27:09 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-18 02:27:09 +0530 | 
| commit | 692a1e9d7f6ef7a678cb536c303b204bb65d1a11 (patch) | |
| tree | 4dc38a583f224da353c4ffda01cf957089fb1869 /setup.py | |
| parent | a1ee7f8bd90b463318bfa75f7ee4f58d458d2a24 (diff) | |
| download | pubnub-python-692a1e9d7f6ef7a678cb536c303b204bb65d1a11.tar.bz2 | |
changing param pres_uuid to uuid, pres_uuid should be deprecrecated; also added subscribe_sync
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ from setuptools import setup, find_packages  setup(      name='pubnub', -    version='3.5.0', +    version='3.5.1',      description='PubNub Real-time push service in the cloud',      author='Stephen Blum',      author_email='support@pubnub.com', | 
