From ccfcb7caf9ab0e99752950130936fa075451c207 Mon Sep 17 00:00:00 2001 From: Setsugennoao <41454651+Setsugennoao@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:01:26 +0100 Subject: [PATCH] Bump dependencies and major version --- .github/workflows/lint.yml | 2 +- requirements.txt | 4 ++-- vsexprtools/_metadata.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88deab5..e0dd315 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: versions: - - 64 + - 65 python-version: - "3.11" diff --git a/requirements.txt b/requirements.txt index 26e063e..e4d467f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -VapourSynth>=64 -vstools>=2.3.0 \ No newline at end of file +VapourSynth>=65 +vstools>=3.0.0 \ No newline at end of file diff --git a/vsexprtools/_metadata.py b/vsexprtools/_metadata.py index 28ea5ec..52d1b46 100644 --- a/vsexprtools/_metadata.py +++ b/vsexprtools/_metadata.py @@ -1,6 +1,6 @@ """VapourSynth functions and helpers for writing RPN expressions.""" -__version__ = '1.4.6' +__version__ = '1.5.0' __author_name__, __author_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev' __maintainer_name__, __maintainer_email__ = __author_name__, __author_email__