From 8c7fd8947b3a993b81976467b437a9fb945a83eb Mon Sep 17 00:00:00 2001 From: orweis Date: Wed, 24 Aug 2022 18:00:08 +0300 Subject: [PATCH] Up version for bugfix release Signed-off-by: orweis --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",