From 12dfcf860c551d1287e0149c4ee96457f1043b8c Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 14 Dec 2015 07:52:58 -0800 Subject: [PATCH] Release 0.8.1 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 54df1afa..edfb4a80 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='python-socketio', - version='0.8.0', + version='0.8.1', url='http://github.com/miguelgrinberg/python-socketio/', license='MIT', author='Miguel Grinberg', @@ -29,7 +29,6 @@ ], tests_require=[ 'mock', - 'pbr<1.7.0', # temporary, to workaround bug in 1.7.0 ], test_suite='tests', classifiers=[