Skip to content

Commit

Permalink
Bump 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes committed Nov 1, 2024
1 parent 197d079 commit 5ff57a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "vodesfunc"
version = "1.6.1"
version = "1.7.0"
description = "Vodes' random Vapoursynth Functions."
authors = [{ name = "Vodes", email = "[email protected]" }]
dependencies = [
Expand All @@ -11,7 +11,7 @@ dependencies = [
"vskernels>=3.0.1",
"vstools>=3.0.0",
"vsmasktools>=1.2.0",
"vsmuxtools>=0.1.0"
"vsmuxtools>=0.2.0"
]
classifiers = [
"Natural Language :: English",
Expand All @@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta"
[tool.ruff]
line-length = 150
indent-width = 4
target-version = "py310"
target-version = "py311"

[tool.ruff.lint]
ignore = ["E722"]
Expand Down

0 comments on commit 5ff57a4

Please sign in to comment.