From b5ada8cfb0f5393c509c34128c28dc0a222f1839 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 22 Aug 2015 23:36:28 -0700 Subject: [PATCH] Release 0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0c6529..9d3851e 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='0.4.1', + version='0.4.2', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',