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 b672cd5 commit c10202b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VapourSynth>=64
vstools>=2.3.0
vskernels>=2.4.1
vsexprtools>=1.4.6
vsrgtools>=1.5.1
VapourSynth>=65
vstools>=3.0.0
vskernels>=3.0.0
vsexprtools>=1.5.0
vsrgtools>=1.6.0
2 changes: 1 addition & 1 deletion vsmasktools/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Various masking tools for VapourSynth"""

__version__ = '1.1.2'
__version__ = '1.2.0'

__author_name__, __author_email__ = 'Irrational Encoding Wizardry', '[email protected]'
__maintainer_name__, __maintainer_email__ = 'Setsugennoao', '[email protected]'
Expand Down

0 comments on commit c10202b

Please sign in to comment.