diff options
| -rw-r--r-- | Pubnub.py | 2 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | setup.py | 2 | 
3 files changed, 3 insertions, 3 deletions
| @@ -7,7 +7,7 @@  ## http://www.pubnub.com/  ## ----------------------------------- -## PubNub 3.5.2 Real-time Push Cloud API +## PubNub 3.5.3 Real-time Push Cloud API  ## ----------------------------------- @@ -1 +1 @@ -3.5.2 +3.5.3 @@ -2,7 +2,7 @@ from setuptools import setup, find_packages  setup(      name='pubnub', -    version='3.5.2', +    version='3.5.3',      description='PubNub Real-time push service in the cloud',      author='Stephen Blum',      author_email='support@pubnub.com', | 
