Skip to content

Commit 0b15d7f

Browse files
authored
Update version in pyproject (2.2.0)
1 parent 4dd5fe4 commit 0b15d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "moviepy"
7-
version = "2.1.2"
7+
version = "2.2.0"
88
description = "Video editing with Python"
99
readme = "README.md"
1010
license = { text = "MIT License" }
@@ -61,4 +61,4 @@ lint = [
6161

6262
[tool.setuptools.packages.find]
6363
include = ["moviepy*"]
64-
exclude = ["media", "tests", "docs"]
64+
exclude = ["media", "tests", "docs"]

0 commit comments

Comments
 (0)