Browse Source

Release 0.6.0

v0.6.0
Miguel Grinberg 10 years ago
parent
commit
fad8df685d
  1. 4
      setup.py

4
setup.py

@ -12,7 +12,7 @@ with open('README.rst', 'r') as f:
setup( setup(
name='python-socketio', name='python-socketio',
version='0.5.1', version='0.6.0',
url='http://github.com/miguelgrinberg/python-socketio/', url='http://github.com/miguelgrinberg/python-socketio/',
license='MIT', license='MIT',
author='Miguel Grinberg', author='Miguel Grinberg',
@ -25,7 +25,7 @@ setup(
platforms='any', platforms='any',
install_requires=[ install_requires=[
'six>=1.9.0', 'six>=1.9.0',
'python-engineio>=0.6.0' 'python-engineio>=0.7.0'
], ],
tests_require=[ tests_require=[
'mock', 'mock',

Loading…
Cancel
Save