aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDevendra2014-06-15 10:23:16 +0530
committerDevendra2014-06-15 10:23:16 +0530
commit75033e11a429b52b0366d63bdd8f81b795a7145d (patch)
tree7e7871fd7256c6fa9c835c996c0cee113a4eae6a /setup.py
parent646fdda7abbd997925e83a497ed70ca27fb64654 (diff)
downloadpubnub-python-75033e11a429b52b0366d63bdd8f81b795a7145d.tar.bz2
fixing customer issue, making changes to dev console to print pretty
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 373efde..aec2887 100644
--- a/setup.py
+++ b/setup.py
@@ -2,11 +2,11 @@ from setuptools import setup, find_packages
setup(
name='pubnub',
- version='3.5.0-beta',
+ version='3.5.0-beta-1',
description='PubNub Real-time push service in the cloud',
author='Stephen Blum',
author_email='support@pubnub.com',
- url='https://github.com/pubnub/python/raw/async/dist/pubnub-3.5.0-beta.tar.gz',
+ url='http://pubnub.com',
py_modules=['Pubnub'],
license='MIT',
classifiers=(