diff --git a/setup.py b/setup.py index d5aa750..be08d8b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_requirements(env=""): setup( name='fastapi_websocket_rpc', - version='0.1.22', + version='0.1.23', author='Or Weis', author_email="or@permit.io", description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",