Skip to content

Commit

Permalink
Update: 細かな修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Oct 28, 2024
1 parent a83da2d commit 0898ee3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ aivmlib --help

Usage: aivmlib [OPTIONS] COMMAND [ARGS]...

Aivis Voice Model File (.aivm) Utility Library
Aivis Voice Model File (.aivm/.aivmx) Utility Library

╭─ Options ─────────────────────────────────────────────────────────────────────────╮
│ --install-completion Install completion for the current shell. │
Expand Down
2 changes: 1 addition & 1 deletion aivmlib/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from aivmlib.schemas.aivm_manifest import ModelArchitecture


app = typer.Typer(help='Aivis Voice Model File (.aivm) Utility Library')
app = typer.Typer(help='Aivis Voice Model File (.aivm/.aivmx) Utility Library')


@app.command()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "aivmlib"
version = "1.0.0"
description = "Aivis Voice Model File (.aivm) Utility Library"
description = "Aivis Voice Model File (.aivm/.aivmx) Utility Library"
homepage = "https://github.com/Aivis-Project/aivmlib"
repository = "https://github.com/Aivis-Project/aivmlib"
documentation = "https://github.com/Aivis-Project/aivmlib"
Expand Down

0 comments on commit 0898ee3

Please sign in to comment.