aboutsummaryrefslogtreecommitdiffstats
path: root/Pubnub.py
diff options
context:
space:
mode:
authorDevendra2015-02-18 07:41:33 +0530
committerDevendra2015-02-18 07:41:33 +0530
commite0f94c137daf482cacf740a55d4dcb4fdfb6c874 (patch)
tree0c42a0563792be0cf1099b3399fc58196aa9f0d7 /Pubnub.py
parenta709b5125aec0dae5cdb3dd5d133fb308f369111 (diff)
downloadpubnub-python-e0f94c137daf482cacf740a55d4dcb4fdfb6c874.tar.bz2
version bump
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 52d9c8c..c2d3bd4 100644
--- a/Pubnub.py
+++ b/Pubnub.py
@@ -7,7 +7,7 @@
## http://www.pubnub.com/
## -----------------------------------
-## PubNub 3.7.0 Real-time Push Cloud API
+## PubNub 3.7.1 Real-time Push Cloud API
## -----------------------------------
@@ -286,7 +286,7 @@ class PubnubBase(object):
"""
self.origin = origin
- self.version = '3.7.0'
+ self.version = '3.7.1'
self.limit = 1800
self.publish_key = publish_key
self.subscribe_key = subscribe_key