From 4a50da2924d3fb2980ef1a1cf4b63beffff31647 Mon Sep 17 00:00:00 2001 From: Danilo Date: Sun, 2 Jun 2024 08:43:35 +0200 Subject: [PATCH] Bump version v1.0.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 71e3fc4..0f527eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ exclude = [] [project] name = "vspropainter" -version = "1.0.0" +version = "1.0.1" description = "ProPainter function for VapourSynth" readme = "README.md" requires-python = ">=3.10" @@ -26,7 +26,7 @@ dependencies = [ "torchvision>=0.17.0", "torch>=2.2.0", "Pillow>=10.1.0", - "VapourSynth>=68", + "VapourSynth>=65", ] [project.urls]