Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Nov 12, 2023
1 parent 9aff8d4 commit 50781aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 = "4.1.0"
version = "4.2.0"
description = "RIFE function for VapourSynth"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -18,7 +18,7 @@ classifiers = [
"Topic :: Multimedia :: Video"
]
dependencies = [
"numpy>=1.26.0",
"numpy>=1.26.1",
"packaging>=23.2",
"requests>=2.31.0",
"tensorrt>=8.6.1",
Expand Down
2 changes: 1 addition & 1 deletion vsrife/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from torch_tensorrt.fx.lower import Lowerer
from torch_tensorrt.fx.utils import LowerPrecision

__version__ = "4.1.0"
__version__ = "4.2.0"

os.environ["CUDA_MODULE_LOADING"] = "LAZY"

Expand Down

0 comments on commit 50781aa

Please sign in to comment.