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 257489a commit eeff5ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
versions:
- 64
- 65
python-version:
- "3.11"

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
@@ -1,6 +1,6 @@
VapourSynth>=64
vstools>=2.3.0
vskernels>=2.4.1
vsexprtools>=1.4.6
vsrgtools>=1.5.1
vsmasktools>=1.1.2
VapourSynth>=65
vstools>=3.0.0
vskernels>=3.0.0
vsexprtools>=1.5.0
vsrgtools>=1.6.0
vsmasktools>=1.2.0
2 changes: 1 addition & 1 deletion vsaa/_metadata.py
@@ -1,6 +1,6 @@
"""VapourSynth anti aliasing and scaling functions"""

__version__ = '1.8.2'
__version__ = '1.9.0'

__author_name__, __author_email__ = 'Setsugen no ao', 'setsugen@setsugen.dev'
__maintainer_name__, __maintainer_email__ = __author_name__, __author_email__
Expand Down

0 comments on commit eeff5ea

Please sign in to comment.