From 8f0f0e7c292b1084e298514101c4befb1183d17b Mon Sep 17 00:00:00 2001 From: HolyWu Date: Sat, 5 Oct 2024 18:40:53 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- vsrife/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 320ac8d..7b39811 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vsrife" -version = "5.2.0" +version = "5.3.0" description = "RIFE function for VapourSynth" readme = "README.md" requires-python = ">=3.10" diff --git a/vsrife/__init__.py b/vsrife/__init__.py index 4b24ad0..c504d5c 100644 --- a/vsrife/__init__.py +++ b/vsrife/__init__.py @@ -11,7 +11,7 @@ import torch.nn.functional as F import vapoursynth as vs -__version__ = "5.2.0" +__version__ = "5.3.0" os.environ["CI_BUILD"] = "1" os.environ["CUDA_MODULE_LOADING"] = "LAZY"