Skip to content

Commit fad8df6

Browse files
Release 0.6.0
1 parent f472146 commit fad8df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='python-socketio',
15-
version='0.5.1',
15+
version='0.6.0',
1616
url='http://github.com/miguelgrinberg/python-socketio/',
1717
license='MIT',
1818
author='Miguel Grinberg',
@@ -25,7 +25,7 @@
2525
platforms='any',
2626
install_requires=[
2727
'six>=1.9.0',
28-
'python-engineio>=0.6.0'
28+
'python-engineio>=0.7.0'
2929
],
3030
tests_require=[
3131
'mock',

0 commit comments

Comments
 (0)