diff --git a/setup.py b/setup.py index f94cf607..cf73b9e1 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='python-socketio', - version='0.9.2', + version='1.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.7.0' + 'python-engineio>=0.8.0' ], tests_require=[ 'mock',