From dc617ed88e55047b878235b9ee220852625854b1 Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 21 Oct 2014 23:40:12 +0530 Subject: bumping version to 3.5.3 --- Pubnub.py | 2 +- VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pubnub.py b/Pubnub.py index b80bdc1..867abf4 100644 --- a/Pubnub.py +++ b/Pubnub.py @@ -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 ## ----------------------------------- diff --git a/VERSION b/VERSION index 87ce492..444877d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.2 +3.5.3 diff --git a/setup.py b/setup.py index 915fd16..0a3cddc 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3