Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Aug 26, 2016
1 parent 2d39058 commit 85a6051
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='1.4.4',
version='1.5.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.8.0'
'python-engineio>=1.0.0'
],
tests_require=[
'mock',
Expand Down

0 comments on commit 85a6051

Please sign in to comment.