From f5c4eda673a29cc013771d5cff6c6d27fd1c5887 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 14 Dec 2015 07:47:53 -0800 Subject: [PATCH] Release 0.7.1 (Simplified dependnecies only) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0211613..58284d2 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.7.1', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg', @@ -29,7 +29,6 @@ setup( ], tests_require=[ 'mock', - 'pbr<1.7.0', # temporary, to workaround bug in 1.7.0 ], test_suite='tests', classifiers=[