From 2e8ea1c96a4c1093dbd9467ff3290b2162439af2 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 17 Jan 2016 12:30:51 -0800 Subject: [PATCH] Release 1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f94cf60..cf73b9e 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: 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 @@ setup( platforms='any', install_requires=[ 'six>=1.9.0', - 'python-engineio>=0.7.0' + 'python-engineio>=0.8.0' ], tests_require=[ 'mock',