Bump version to 2.0.1

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-02-02 23:31:39 -05:00
parent a5d108f4f2
commit 4664aae8aa
2 changed files with 8 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ async def _close_all_websockets():
app = FastAPI(
title="Golf Card Game",
debug=config.DEBUG,
version="0.1.0",
version="2.0.1",
lifespan=lifespan,
)