Bump version: 0.1.6 → 0.1.7

This commit is contained in:
Jamie Pine
2026-01-28 22:28:18 -08:00
parent cc37e04221
commit 33f4ed9b44
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.6"}
return {"message": "voicebox API", "version": "0.1.7"}
@app.get("/health", response_model=models.HealthResponse)