aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2014-06-18 02:27:09 +0530
committerDevendra2014-06-18 02:27:09 +0530
commit692a1e9d7f6ef7a678cb536c303b204bb65d1a11 (patch)
tree4dc38a583f224da353c4ffda01cf957089fb1869 /setup.py
parenta1ee7f8bd90b463318bfa75f7ee4f58d458d2a24 (diff)
downloadpubnub-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ee01836..e36303f 100644
--- a/setup.py
+++ b/setup.py
@@ -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',