Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed May 12, 2024
1 parent 4289e5b commit 1e8cb3e
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 = "vsdpir"
version = "3.1.1"
version = "4.0.0"
description = "DPIR function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion vsdpir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .network_unet import UNetRes

__version__ = "3.1.1"
__version__ = "4.0.0"

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

Expand Down

0 comments on commit 1e8cb3e

Please sign in to comment.