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 1228008 commit 083001e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pycodestyle==2.10.0
pyflakes==3.0.1
typed-ast==1.5.4
typing-extensions==4.4.0
VapourSynth>=59
VapourSynth>=65
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.3.0
vskernels>=2.4.1
vsexprtools>=1.4.6
vsrgtools>=1.5.1
vsmasktools>=1.1.2
vsaa>=1.8.2
vsscale>=1.9.1
vsdenoise>=2.4.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 vsdeband/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""VapourSynth Debanding Functions Collection"""

__version__ = '1.0.2'
__version__ = '1.1.0'

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

0 comments on commit 083001e

Please sign in to comment.