Skip to content

Commit

Permalink
Release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Apr 9, 2018
1 parent aec9104 commit a60ec89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorpcx/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .session import *
from .util import *

_version = (0, 5, 4)
_version = (0, 5, 5)
_version_str = '.'.join(str(part) for part in _version)

__all__ = (framing.__all__ +
Expand Down

0 comments on commit a60ec89

Please sign in to comment.