aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2015-06-25 11:42:00 +0530
committerDevendra2015-06-25 11:42:00 +0530
commitad89de8312f3f407150c7eb411cbf02765910e53 (patch)
tree6f683a1d154a4d4f3bb11ed6f2d56ec813db6ccb /setup.py
parent4a44c563ea8af7211197d166596be41ede05c179 (diff)
parent232f7389274f0d9ff06835fc5da0970f7918ba25 (diff)
downloadpubnub-python-ad89de8312f3f407150c7eb411cbf02765910e53.tar.bz2
Merge branch 'develop'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e8fa6cf..447cb29 100644
--- a/setup.py
+++ b/setup.py
@@ -2,12 +2,12 @@ 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',
url='http://pubnub.com',
- py_modules=['Pubnub'],
+ py_modules=['pubnub'],
license='MIT',
classifiers=(
'Development Status :: 5 - Production/Stable',