We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cbf4f commit 2cad8ccCopy full SHA for 2cad8cc
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "vsdpir"
7
-version = "4.2.0"
+version = "4.3.0"
8
description = "DPIR function for VapourSynth"
9
readme = "README.md"
10
requires-python = ">=3.10"
vsdpir/__init__.py
@@ -15,7 +15,7 @@
15
from .__main__ import download_model
16
from .network_unet import UNetRes
17
18
-__version__ = "4.2.0"
+__version__ = "4.3.0"
19
20
os.environ["CI_BUILD"] = "1"
21
os.environ["CUDA_MODULE_LOADING"] = "LAZY"
0 commit comments