diff options
| author | Devendra | 2015-06-19 00:24:24 +0530 | 
|---|---|---|
| committer | Devendra | 2015-06-19 00:24:24 +0530 | 
| commit | df1ed365a2f490b3823fa785818e30c2eecf7dbb (patch) | |
| tree | 133a0a814c0e5ecf67aafd5e6a58797cd8b01e91 /pubnub.py | |
| parent | 711144ec12a65a34f2e67d1f8f1e18835b327222 (diff) | |
| download | pubnub-python-df1ed365a2f490b3823fa785818e30c2eecf7dbb.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.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 | 
