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 30, 2023
1 parent 51bc9e5 commit 17b44ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
VapourSynth>=64
vstools>=2.1.0
vskernels>=2.4.0
vsexprtools>=1.4.4
vsrgtools>=1.4.4
vsmasktools>=1.0.0
vsaa>=1.7.0
vsscale>=1.8.0
vsdenoise>=2.2.0
VapourSynth>=65
vstools>=3.0.0
vskernels>=3.0.0
vsexprtools>=1.5.0
vsrgtools>=1.6.0
vsmasktools>=1.2.0
vsaa>=1.9.0
vsscale>=2.0.0
vsdenoise>=2.5.0
2 changes: 1 addition & 1 deletion vsdeinterlace/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""VapourSynth deinterlacing and interlaced/telecined content helper functions"""

__version__ = '0.5.1'
__version__ = '0.6.0'

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

0 comments on commit 17b44ae

Please sign in to comment.