Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 17, 2015
1 parent 0e46c99 commit ee63afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='python-socketio',
version='0.5.2',
version='0.6.0',
url='http://github.com/miguelgrinberg/python-socketio/',
license='MIT',
author='Miguel Grinberg',
Expand All @@ -25,7 +25,7 @@
platforms='any',
install_requires=[
'six>=1.9.0',
'python-engineio>=0.6.0'
'python-engineio>=0.7.0'
],
tests_require=[
'mock',
Expand Down

0 comments on commit ee63afe

Please sign in to comment.