From d26cbacc03c9f541d73f660821d5ef5f6aa9d920 Mon Sep 17 00:00:00 2001 From: sHa Date: Mon, 13 Apr 2026 14:37:53 +0300 Subject: [PATCH] fix: Update version to 0.9.5 in INSTALL.md, pyproject.toml, and uv.lock --- INSTALL.md | 6 +++--- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cd1c44f..8df0f27 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.4/moma-0.9.4-py3-none-any.whl +uv tool install https://github.com/shadoll/moma/releases/download/v0.9.5/moma-0.9.5-py3-none-any.whl # From PyPI (when published) uv tool install moma @@ -40,7 +40,7 @@ uv tool install moma uv tool install --force https://github.com/shadoll/moma/releases/latest/download/moma-latest.tar.gz # Upgrade to a newer specific version -uv tool install --force https://github.com/shadoll/moma/releases/download/v0.9.4/moma-0.9.4-py3-none-any.whl +uv tool install --force https://github.com/shadoll/moma/releases/download/v0.9.5/moma-0.9.5-py3-none-any.whl ``` #### Usage @@ -56,7 +56,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.4/moma-0.9.4-py3-none-any.whl +pip install https://github.com/shadoll/moma/releases/download/v0.9.5/moma-0.9.5-py3-none-any.whl ``` ### Method 3: Development Installation diff --git a/pyproject.toml b/pyproject.toml index 72217d4..f0ab710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moma" -version = "0.9.4" +version = "0.9.5" 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 0f73e1b..04d2160 100644 --- a/uv.lock +++ b/uv.lock @@ -208,7 +208,7 @@ wheels = [ [[package]] name = "moma" -version = "0.9.4" +version = "0.9.5" source = { editable = "." } dependencies = [ { name = "langcodes" },