diff options
| author | Devendra | 2015-02-18 07:41:33 +0530 | 
|---|---|---|
| committer | Devendra | 2015-02-18 07:41:33 +0530 | 
| commit | e0f94c137daf482cacf740a55d4dcb4fdfb6c874 (patch) | |
| tree | 0c42a0563792be0cf1099b3399fc58196aa9f0d7 /Pubnub.py | |
| parent | a709b5125aec0dae5cdb3dd5d133fb308f369111 (diff) | |
| download | pubnub-python-e0f94c137daf482cacf740a55d4dcb4fdfb6c874.tar.bz2 | |
version bump
Diffstat (limited to 'Pubnub.py')
| -rw-r--r-- | Pubnub.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 | 
