Skip to content

Commit 2e8ea1c

Browse files
Release 1.0
1 parent 259f98d commit 2e8ea1c

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.9.2',
15+
version='1.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.7.0'
28+
'python-engineio>=0.8.0'
2929
],
3030
tests_require=[
3131
'mock',

0 commit comments

Comments
 (0)