From 260d5fce4bf9f03f34584773dcac5f1d952a0d85 Mon Sep 17 00:00:00 2001 From: Devendra Date: Tue, 16 Jun 2015 10:51:06 +0530 Subject: editing setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e8fa6cf..bb80385 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( 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', -- cgit v1.2.3 From df1ed365a2f490b3823fa785818e30c2eecf7dbb Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 19 Jun 2015 00:24:24 +0530 Subject: version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3