aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
authorDevendra2014-06-18 03:00:15 +0530
committerDevendra2014-06-18 03:00:15 +0530
commit302e5024f582c35a53e257dbd0afbb630fac33b3 (patch)
treeedf4736371f71f70fff17cbea4ef80e06df4f1cb /Pubnub.py
parent0c1fc0de0c8f174eb6a2db9664394262c14b9880 (diff)
downloadpubnub-python-302e5024f582c35a53e257dbd0afbb630fac33b3.tar.bz2
bumping version
Diffstat (limited to 'Pubnub.py')
-rw-r--r--Pubnub.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Pubnub.py b/Pubnub.py
index 933a139..d725afb 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -7,7 +7,7 @@
## http://www.pubnub.com/
## -----------------------------------
-## PubNub 3.5.0 Real-time Push Cloud API
+## PubNub 3.5.1 Real-time Push Cloud API
## -----------------------------------
@@ -218,7 +218,7 @@ class PubnubBase(object):
"""
self.origin = origin
- self.version = '3.5.0'
+ self.version = '3.5.1'
self.limit = 1800
self.publish_key = publish_key
self.subscribe_key = subscribe_key