Skip to content

Commit 85a6051

Browse files
Release 1.5.0
1 parent 2d39058 commit 85a6051

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='1.4.4',
15+
version='1.5.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.8.0'
28+
'python-engineio>=1.0.0'
2929
],
3030
tests_require=[
3131
'mock',

0 commit comments

Comments
 (0)