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).",