From fad8df685d63d565c98f500908700614ffd6fd8a Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 17 Oct 2015 12:52:16 -0700 Subject: [PATCH] Release 0.6.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 16191cc..9398169 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: 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 @@ setup( platforms='any', install_requires=[ 'six>=1.9.0', - 'python-engineio>=0.6.0' + 'python-engineio>=0.7.0' ], tests_require=[ 'mock',