We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd5fe4 commit 0b15d7fCopy full SHA for 0b15d7f
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "moviepy"
7
-version = "2.1.2"
+version = "2.2.0"
8
description = "Video editing with Python"
9
readme = "README.md"
10
license = { text = "MIT License" }
@@ -61,4 +61,4 @@ lint = [
61
62
[tool.setuptools.packages.find]
63
include = ["moviepy*"]
64
-exclude = ["media", "tests", "docs"]
+exclude = ["media", "tests", "docs"]
0 commit comments