Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 8, 2021
1 parent a4bf442 commit 5831340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def generate_app(engine: SynthesisEngine) -> FastAPI:
app = FastAPI(
title="VOICEVOX ENGINE",
description="VOICEVOXの音声合成エンジンです。",
version=(root_dir / "VERSION.txt").read_text(),
version=(root_dir / "VERSION.txt").read_text().strip(),
)

app.add_middleware(
Expand Down

0 comments on commit 5831340

Please sign in to comment.