From cfac831234029251ef05174ea33e7f4ab7198468 Mon Sep 17 00:00:00 2001 From: Or Weis Date: Mon, 13 Jan 2025 18:36:53 +0200 Subject: [PATCH] Up version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 902e5db..286cbc7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def get_requirements(env=""): setup( name="fastapi_websocket_rpc", - version="0.1.27", + version="0.1.28", author="Or Weis", author_email="or@permit.io", description="A fast and durable bidirectional JSON RPC channel over Websockets and FastApi.",