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 a3076d6 commit 0718a9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VapourSynth>=64
VapourSynth>=65
stgpytools>=1.0.0
rich>=12.6.0
2 changes: 1 addition & 1 deletion vstools/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Functions and utils related to VapourSynth"""

__version__ = '2.3.0'
__version__ = '3.0.0'

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

0 comments on commit 0718a9d

Please sign in to comment.