From 4918b95ef4bea38618c0b5e19d7b03237653816d Mon Sep 17 00:00:00 2001 From: Asaf Cohen Date: Tue, 2 Nov 2021 16:18:35 +0200 Subject: [PATCH] added option to get remote rpc channel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02649a8..522259c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_requirements(env=""): setup( name='fastapi_websocket_rpc', - version='0.1.20', + version='0.1.21', author='Or Weis', author_email="or@authorizon.com", description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",