diff --git a/INSTALL.md b/INSTALL.md index fa66f8e..5cc3b65 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -28,7 +28,7 @@ powershell -c "irm https://astral.sh/uv/install.sh | iex" uv tool install https://github.com/shadoll/moma/releases/latest/download/moma-latest.tar.gz # Specific version -uv tool install https://github.com/shadoll/moma/releases/download/v0.9.0/moma-0.9.0-py3-none-any.whl +uv tool install https://github.com/shadoll/moma/releases/download/v0.9.1/moma-0.9.1-py3-none-any.whl # From PyPI (when published) uv tool install moma @@ -47,7 +47,7 @@ moma /path/to/directory # Scan specific directory pip install https://github.com/shadoll/moma/releases/latest/download/moma-latest.tar.gz # Specific version -pip install https://github.com/shadoll/moma/releases/download/v0.9.0/moma-0.9.0-py3-none-any.whl +pip install https://github.com/shadoll/moma/releases/download/v0.9.1/moma-0.9.1-py3-none-any.whl ``` ### Method 3: Development Installation diff --git a/pyproject.toml b/pyproject.toml index df72d55..9cd5d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moma" -version = "0.9.0" +version = "0.9.1" description = "Terminal-based media file renamer and metadata viewer" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 50de46a..6c676e0 100644 --- a/uv.lock +++ b/uv.lock @@ -208,7 +208,7 @@ wheels = [ [[package]] name = "moma" -version = "0.8.11" +version = "0.9.0" source = { editable = "." } dependencies = [ { name = "langcodes" },