Skip to content

Commit

Permalink
Bump dependencies and major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 29, 2023
1 parent 0846ad3 commit acfc5cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
versions:
- 64
- 65
python-version:
- "3.11"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
versions:
- 64
- 65
python-version:
- "3.11"

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VapourSynth>=64
vstools>=2.1.0
VapourSynth>=65
vstools>=3.0.0
2 changes: 1 addition & 1 deletion vskernels/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Kernel objects for scaling and format conversion within VapourSynth"""

__version__ = '2.4.1'
__version__ = '3.0.0'

__author_name__, __author_email__ = 'LightArrowsEXE', '[email protected]'
__maintainer_name__, __maintainer_email__ = 'Setsugen no ao', '[email protected]'
Expand Down

0 comments on commit acfc5cd

Please sign in to comment.