aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/README.md2
-rw-r--r--python/examples/pubnub-console/setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/python/README.md b/python/README.md
index 68065f0..7232756 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,4 +1,4 @@
-## PubNub 3.3 Web Data Push Cloud-hosted API - PYTHON
+## PubNub 3.5.0 Web Data Push Cloud-hosted API - PYTHON
#### www.pubnub.com - PubNub Web Data Push Service in the Cloud.
#### http://github.com/pubnub/python
diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py
index c08be33..a9fa506 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-beta-1',
+ version='3.5.0',
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-beta-1',
+ 'pubnub>=3.5.0',
'cmd2>=0.6.7',
'pygments >= 1.6'
],