From e12034236ae25efe097e1e69f15d8ee55dccd28c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 19 Aug 2015 22:47:02 -0700 Subject: [PATCH] Release 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35d37ee..c0c6529 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.0', + version='0.4.1', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',