Bump version: 0.1.2 → 0.1.3

This commit is contained in:
Jamie Pine
2026-01-27 13:46:21 -08:00
parent ac08c4fcf4
commit c7404411d5
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.2"}
return {"message": "voicebox API", "version": "0.1.3"}
@app.get("/health", response_model=models.HealthResponse)