From 08d29d6c0d39a814982357b79e43e44ec6853b75 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 14 May 2016 21:39:52 -0700 Subject: [PATCH] Release 1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f4dc78..e7c6b11 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open('README.rst', 'r') as f: setup( name='python-socketio', - version='1.2', + version='1.3', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg',