From 21a80ea4b400fd958af5a1446e741da63011ebbe Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Fri, 5 Aug 2016 09:34:17 -0700 Subject: [PATCH] Release 1.4.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db26ef2..cc620d0 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.3', + version='1.4.4', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',