From 109c5d73b5f5afda590168cf1415af8f9822642d Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 5 Mar 2016 23:19:56 -0800 Subject: [PATCH] Release v1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf73b9e..d635894 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='1.0', + version='1.1', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',