fix: Update version to 0.9.1 in INSTALL.md and pyproject.toml, and bump version in uv.lock

This commit is contained in:
sha
2026-04-13 01:01:02 +03:00
parent f7270e7afc
commit db39c02e30
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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