From 0e46c9931cf99b88081a8996e3daaf3a7b67b5eb Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 21 Sep 2015 22:43:28 -0700 Subject: [PATCH] Release 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16191cc..353d80a 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.5.2', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',