From d556786e76b3e83b569156403ca55c02b36c34d1 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 11 Jul 2016 22:53:34 -0700 Subject: [PATCH] Release 1.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49cc794..b601309 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='1.4.1', + version='1.4.2', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',