diff --git a/setup.py b/setup.py index 16191cc4..9398169b 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='python-socketio', - version='0.5.1', + version='0.6.0', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg', @@ -25,7 +25,7 @@ platforms='any', install_requires=[ 'six>=1.9.0', - 'python-engineio>=0.6.0' + 'python-engineio>=0.7.0' ], tests_require=[ 'mock',