From 5a0b552d4691e6a55f4bfc65355c38d65e9b0f81 Mon Sep 17 00:00:00 2001 From: HolyWu Date: Thu, 30 May 2024 18:46:17 +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 b09877c..fa72c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vsrife" -version = "5.0.0" +version = "5.1.0" description = "RIFE function for VapourSynth" readme = "README.md" requires-python = ">=3.10" diff --git a/vsrife/__init__.py b/vsrife/__init__.py index 54fac16..def843f 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.0.0" +__version__ = "5.1.0" os.environ["CUDA_MODULE_LOADING"] = "LAZY"