diff --git a/setup.py b/setup.py index cdc9191..5bf3797 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def get_requirements(env=""): setup( name="fastapi_websocket_pubsub", - version="0.3.6", + version="0.3.7", author="Or Weis", author_email="or@permit.io", description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",