Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 30, 2017
1 parent dab2d2e commit 90944b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
else: # pragma: no cover
AsyncServer = None

__version__ = '1.5.3'
__version__ = '1.5.4'

__all__ = ['__version__', 'Middleware', 'Server']
if AsyncServer is not None: # pragma: no cover
Expand Down

0 comments on commit 90944b9

Please sign in to comment.