aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/examples/pubnub-console/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py
index e5a06ad..c08be33 100644
--- a/python/examples/pubnub-console/setup.py
+++ b/python/examples/pubnub-console/setup.py
@@ -19,7 +19,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
),
install_requires=[
- 'pubnub==3.5.0-beta',
+ 'pubnub==3.5.0-beta-1',
'cmd2>=0.6.7',
'pygments >= 1.6'
],