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 a742eb0..6fc9f2a 100644
--- a/pubnub.py
+++ b/pubnub.py
@@ -7,7 +7,7 @@
## http://www.pubnub.com/
## -----------------------------------
-## PubNub 3.7.1 Real-time Push Cloud API
+## PubNub 3.7.2 Real-time Push Cloud API
## -----------------------------------
@@ -293,7 +293,7 @@ class PubnubBase(object):
"""
self.origin = origin
- self.version = '3.7.1'
+ self.version = '3.7.2'
self.limit = 1800
self.publish_key = publish_key
self.subscribe_key = subscribe_key