aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2015-06-19 00:24:24 +0530
committerDevendra2015-06-19 00:24:24 +0530
commitdf1ed365a2f490b3823fa785818e30c2eecf7dbb (patch)
tree133a0a814c0e5ecf67aafd5e6a58797cd8b01e91 /setup.py
parent711144ec12a65a34f2e67d1f8f1e18835b327222 (diff)
downloadpubnub-python-df1ed365a2f490b3823fa785818e30c2eecf7dbb.tar.bz2
version bump
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 bb80385..447cb29 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pubnub',
- version='3.7.1',
+ version='3.7.2',
description='PubNub Real-time push service in the cloud',
author='Stephen Blum',
author_email='support@pubnub.com',