diff options
| author | Devendra | 2014-06-16 23:40:07 +0530 |
|---|---|---|
| committer | Devendra | 2014-06-16 23:40:07 +0530 |
| commit | 819dbedf0904b81e866ea6d27219608167d8b8ca (patch) | |
| tree | fc54b2d8b4d8c28ecbc5a700c80da49f68e8d269 /python/examples | |
| parent | 6e67486e8e2333e6f7b0128df9bc4f1da8db2bfc (diff) | |
| download | pubnub-python-819dbedf0904b81e866ea6d27219608167d8b8ca.tar.bz2 | |
version changes
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/pubnub-console/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
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' ], |
