Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Jan 19, 2025
1 parent c68915c commit 35703ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "vsbasicvsrpp"
version = "2.1.0"
version = "3.0.0"
description = "BasicVSR++ function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion vsbasicvsrpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .basicvsr import BasicVSR
from .basicvsr_plusplus_net import BasicVSRPlusPlusNet

__version__ = "2.1.0"
__version__ = "3.0.0"

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

Expand Down

0 comments on commit 35703ff

Please sign in to comment.