Skip to content

Commit

Permalink
Prepare 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Mar 6, 2021
1 parent f04c69c commit ac6ccbf
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 @@ -8,7 +8,7 @@
from .websocket import *


_version_str = '0.19.1'
_version_str = '0.20.0'
_version = tuple(int(part) for part in _version_str.split('.'))


Expand Down

0 comments on commit ac6ccbf

Please sign in to comment.