Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Apr 5, 2018
1 parent a53084a commit b47b176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiorpcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .session import *
from .util import *

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

__all__ = (framing.__all__ +
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Neil Booth'

# The short X.Y version
version = '0.4.6'
version = '0.5'
# The full version, including alpha/beta/rc tags
release = version

Expand Down

0 comments on commit b47b176

Please sign in to comment.