diff --git a/setup.py b/setup.py index 8b94fa4..58b2483 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_requirements(env=""): setup( name='fastapi_websocket_pubsub', - version='0.1.14', + version='0.1.15', author='Or Weis', author_email="or@authorizon.com", description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",