From 59c3147960518da9e2627c264a3293e3c91bfc54 Mon Sep 17 00:00:00 2001 From: Setsugennoao <41454651+Setsugennoao@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:47:26 +0200 Subject: [PATCH] Bump packages and major version --- requirements.txt | 28 ++++++++++++++-------------- vsjet/_metadata.py | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index e6767c6..194013a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ VapourSynth>=68 -vstools==3.1.0 # vs-tools -vspyplugin==1.4.1 # vs-pyplugin -vskernels==3.1.0 # vs-kernels -vsexprtools==1.5.1 # vs-exprtools -vsrgtools==1.6.2 # vs-rgtools -vsmasktools==1.2.1 # vs-masktools -vsaa==1.9.1 # vs-aa -vsscale==2.0.1 # vs-scale -vsdenoise==2.5.1 # vs-denoise -vsdehalo==1.8.1 # vs-dehalo -vsdeband==1.1.1 # vs-deband -vsdeinterlace==0.6.1 # vs-deinterlace -vssource==0.10.1 # vs-source -vspreview==0.8.1 # vs-preview \ No newline at end of file +vstools==3.2.0 # vs-tools +vspyplugin==1.4.2 # vs-pyplugin +vskernels==3.2.0 # vs-kernels +vsexprtools==1.6.0 # vs-exprtools +vsrgtools==1.7.0 # vs-rgtools +vsmasktools==1.3.0 # vs-masktools +vsaa==1.10.0 # vs-aa +vsscale==2.1.0 # vs-scale +vsdenoise==2.6.0 # vs-denoise +vsdehalo==1.9.0 # vs-dehalo +vsdeband==1.2.0 # vs-deband +vsdeinterlace==0.7.0 # vs-deinterlace +vssource==0.11.0 # vs-source +vspreview==0.9.0 # vs-preview \ No newline at end of file diff --git a/vsjet/_metadata.py b/vsjet/_metadata.py index dbbfb80..f43c626 100644 --- a/vsjet/_metadata.py +++ b/vsjet/_metadata.py @@ -1,6 +1,6 @@ """VapourSynth packages from JET""" -__version__ = '3.1.2' +__version__ = '3.2.0' __author_name__, __author_email__ = 'Irrational Encoding Wizardry', 'wizards@encode.moe' __maintainer_name__, __maintainer_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev'