From f47214643bd82d02e0da870850e7ba53555cd67d Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 16 Sep 2015 00:04:30 -0700 Subject: [PATCH] Release 0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96be8f6..16191cc 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.0', + version='0.5.1', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',