Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Mar 13, 2018
1 parent 3c98896 commit dacdd1a
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 @@ -4,7 +4,7 @@
from .socks import *
from .util import *

_version = (0, 4, 4)
_version = (0, 4, 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.4'
version = '0.4.5'
# The full version, including alpha/beta/rc tags
release = version

Expand Down

0 comments on commit dacdd1a

Please sign in to comment.