aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2015-01-14 04:22:08 +0530
committerDevendra2015-01-14 04:22:08 +0530
commitf20e5e2150deb9a1c87b7ffa0dac6b0bc55c754a (patch)
tree2fbe1434fc3041c022869d90728dc6b255a53cdc /setup.py
parente0b8230e747cac84fef69ecb261523f768f3616d (diff)
downloadpubnub-python-f20e5e2150deb9a1c87b7ffa0dac6b0bc55c754a.tar.bz2
bump version to 3.7.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0a3cddc..9e3086d 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pubnub',
- version='3.5.3',
+ version='3.7.0',
description='PubNub Real-time push service in the cloud',
author='Stephen Blum',
author_email='support@pubnub.com',