Bump version: 0.1.0 → 0.1.1

This commit is contained in:
Jamie Pine
2026-01-26 17:30:05 -08:00
parent f18abc0da6
commit 83a6aca1ff
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ app.add_middleware(
@app.get("/")
async def root():
"""Root endpoint."""
return {"message": "voicebox API", "version": "0.1.0"}
return {"message": "voicebox API", "version": "0.1.1"}
@app.get("/health", response_model=models.HealthResponse)