Skip to content

Commit

Permalink
Prepare 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Feb 7, 2019
1 parent d6b802d commit 4e0f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiorpcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .util import *


_version_str = '0.10.2'
_version_str = '0.10.3'
_version = tuple(int(part) for part in _version_str.split('.'))


Expand Down

0 comments on commit 4e0f760

Please sign in to comment.