diff --git a/setup.py b/setup.py index 9af6d4c..8833840 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def get_requirements(env=""): setup( name="fastapi_websocket_rpc", - version="0.1.25", + version="0.1.26", author="Or Weis", author_email="or@permit.io", description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",