From 540f7fd8644f2caf46074027d605dc57e12377a9 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 19 Jul 2015 19:00:17 -0700 Subject: [PATCH] Release 0.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c0fa430..72d498e 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='0.1.0', + version='0.2.0', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',