Bump version: 0.1.5 → 0.1.6

This commit is contained in:
Jamie Pine
2026-01-28 20:48:48 -08:00
parent be25ddbe0e
commit 51b9e2fd3d
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.5"}
return {"message": "voicebox API", "version": "0.1.6"}
@app.get("/health", response_model=models.HealthResponse)