Skip to content

Commit d67c7e6

Browse files
author
T Savo
committed
chore: Update version to 1.1.0 for chunking release
1 parent 05c0e80 commit d67c7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, job_id: str, request_data: dict, audio_file_path: Optional[st
4242
app = FastAPI(
4343
title="Chatterbox TTS API",
4444
description="Advanced Text-to-Speech API with voice cloning and emotion control",
45-
version="3.0.0"
45+
version="1.1.0"
4646
)
4747

4848
# Add CORS middleware
@@ -274,7 +274,7 @@ async def root():
274274
"""Health check endpoint"""
275275
return {
276276
"message": "Chatterbox TTS API is running",
277-
"version": "3.0.0",
277+
"version": "1.1.0",
278278
"device": device,
279279
"model_loaded": model is not None,
280280
"queue_size": job_queue.qsize(),

0 commit comments

Comments
 (0)