Skip to content

Commit 2cad8cc

Browse files
committed
Bump version
1 parent 73cbf4f commit 2cad8cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vsdpir"
7-
version = "4.2.0"
7+
version = "4.3.0"
88
description = "DPIR function for VapourSynth"
99
readme = "README.md"
1010
requires-python = ">=3.10"

vsdpir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .__main__ import download_model
1616
from .network_unet import UNetRes
1717

18-
__version__ = "4.2.0"
18+
__version__ = "4.3.0"
1919

2020
os.environ["CI_BUILD"] = "1"
2121
os.environ["CUDA_MODULE_LOADING"] = "LAZY"

0 commit comments

Comments
 (0)