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 4a5bbdd commit 57a6191
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
versions:
- 64
- 65
python-version:
- "3.11"
- '3.11'

steps:
- uses: actions/checkout@v2
Expand All @@ -28,4 +28,4 @@ jobs:
run: flake8 vsrgtools
- name: Running mypy
if: steps.dependencies.outcome == 'success'
run: mypy vsrgtools
run: mypy vsrgtools
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VapourSynth>=64
vstools>=2.3.0
vspyplugin>=1.3.2
vsexprtools>=1.4.6
VapourSynth>=65
vstools>=3.0.0
vspyplugin>=1.4.0
vsexprtools>=1.5.0
2 changes: 1 addition & 1 deletion vsrgtools/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Wrapper for RGVS, RGSF, and various other functions"""

__version__ = '1.5.1'
__version__ = '1.6.0'

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

0 comments on commit 57a6191

Please sign in to comment.