From 33b632ca3ef843fc7d3ff544bfff85226e2f2869 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 30 Dec 2015 14:30:12 -0800 Subject: [PATCH] Release 0.8.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edfb4a8..815cd67 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='0.8.1', + version='0.8.2', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',