Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Jan 4, 2025
1 parent 9fadd1f commit cad24b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pip install -U tensorrt-cu12 tensorrt-cu12_bindings tensorrt-cu12_libs --extra-i
pip install -U vsrife
```

If you want to download all models at once, run `python -m vsrife`.
If you prefer to only download the model you specified at first run, set `auto_download=True` in `rife()`.
If you want to download all models at once, run `python -m vsrife`. If you prefer to only download the model you
specified at first run, set `auto_download=True` in `rife()`.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "vsrife"
version = "5.5.0"
version = "5.5.1"
description = "RIFE function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion vsrife/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from .__main__ import download_model

__version__ = "5.5.0"
__version__ = "5.5.1"

os.environ["CI_BUILD"] = "1"
os.environ["CUDA_MODULE_LOADING"] = "LAZY"
Expand Down

0 comments on commit cad24b2

Please sign in to comment.