From c757bd707622252aab761a59115897dd12413478 Mon Sep 17 00:00:00 2001 From: roekatz Date: Thu, 27 Jun 2024 18:42:11 +0300 Subject: [PATCH] Bump version to 0.3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44cf272..0b0c4dd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_requirements(env=""): setup( name="fastapi_websocket_pubsub", - version="0.3.8", + version="0.3.9", author="Or Weis", author_email="or@permit.io", description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",