Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HolyWu committed Mar 30, 2023
1 parent 92d9b5c commit 21c8591
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 = "vsrealesrgan"
version = "4.0.1"
version = "4.1.0"
description = "Real-ESRGAN function for VapourSynth"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion vsrealesrgan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .rrdbnet_arch import RRDBNet
from .srvgg_arch import SRVGGNetCompact

__version__ = "4.0.1"
__version__ = "4.1.0"

model_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "models")

Expand Down

0 comments on commit 21c8591

Please sign in to comment.