From 0718a9dcaaea4a16fd88a02502dda6016d959dfa Mon Sep 17 00:00:00 2001 From: Setsugennoao <41454651+Setsugennoao@users.noreply.github.com> Date: Sun, 29 Oct 2023 18:58:57 +0100 Subject: [PATCH] Bump dependencies and major version --- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 2 +- requirements.txt | 2 +- vstools/_metadata.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8d2021c3..cfbf08a6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: versions: - - 64 + - 65 python-version: - "3.11" steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c18dc95f..993d9c67 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 96b77e53..3f226498 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -VapourSynth>=64 +VapourSynth>=65 stgpytools>=1.0.0 rich>=12.6.0 \ No newline at end of file diff --git a/vstools/_metadata.py b/vstools/_metadata.py index fc8dd9b1..0a78022d 100644 --- a/vstools/_metadata.py +++ b/vstools/_metadata.py @@ -1,6 +1,6 @@ """Functions and utils related to VapourSynth""" -__version__ = '2.3.0' +__version__ = '3.0.0' __author_name__, __author_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev' __maintainer_name__, __maintainer_email__ = __author_name__, __author_email__