aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
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