We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e46c99 commit ee63afeCopy full SHA for ee63afe
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name='python-socketio',
15
- version='0.5.2',
+ version='0.6.0',
16
url='http://github.com/miguelgrinberg/python-socketio/',
17
license='MIT',
18
author='Miguel Grinberg',
@@ -25,7 +25,7 @@
25
platforms='any',
26
install_requires=[
27
'six>=1.9.0',
28
- 'python-engineio>=0.6.0'
+ 'python-engineio>=0.7.0'
29
],
30
tests_require=[
31
'mock',
0 commit comments