We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaa552 commit 12dfcf8Copy full SHA for 12dfcf8
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='python-socketio',
15
- version='0.8.0',
+ version='0.8.1',
16
url='http://github.com/miguelgrinberg/python-socketio/',
17
license='MIT',
18
author='Miguel Grinberg',
@@ -29,7 +29,6 @@
29
],
30
tests_require=[
31
'mock',
32
- 'pbr<1.7.0', # temporary, to workaround bug in 1.7.0
33
34
test_suite='tests',
35
classifiers=[
0 commit comments