aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/pubnub-console
diff options
context:
space:
mode:
authorDevendra2014-06-25 09:59:04 +0530
committerDevendra2014-06-25 09:59:04 +0530
commit1f98c4087f09bf4384be71319b93dedf72d3acdf (patch)
tree0aae9b4f4712bd7ae2ccc786d92a8e63cda79651 /python/examples/pubnub-console
parent0fb857c8faf7de9e868690f6af163e29de753a96 (diff)
downloadpubnub-python-1f98c4087f09bf4384be71319b93dedf72d3acdf.tar.bz2
[#73749994 develop python] bumping revision
Diffstat (limited to 'python/examples/pubnub-console')
-rw-r--r--python/examples/pubnub-console/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py
index a9fa506..474d6d7 100644
--- a/python/examples/pubnub-console/setup.py
+++ b/python/examples/pubnub-console/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='pubnub-console',
- version='3.5.0',
+ version='3.5.1',
description='PubNub Developer Console',
author='Stephen Blum',
author_email='support@pubnub.com',
@@ -19,7 +19,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
),
install_requires=[
- 'pubnub>=3.5.0',
+ 'pubnub>=3.5.2',
'cmd2>=0.6.7',
'pygments >= 1.6'
],