From 3eaa55242510b579ed4401ea2b5460b0d74fa9b1 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 13 Dec 2015 16:52:45 -0800 Subject: [PATCH] Release 0.8.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0211613..54df1af 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='0.7.0', + version='0.8.0', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',