We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e440e0 commit b5bfdd6Copy full SHA for b5bfdd6
auto_editor/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "23.38.1"
2
-version = "23w38a"
+__version__ = "23.40.1"
+version = "23w40a"
setup.py
@@ -40,7 +40,7 @@ def pip_version():
40
install_requires=[
41
"numpy>=1.22.0",
42
"pillow==10.0.1",
43
- "av==10.0.0",
+ "pyav==11.0.1",
44
"ae-ffmpeg==1.1.*",
45
],
46
python_requires=">=3.10",
@@ -58,6 +58,7 @@ def pip_version():
58
"Programming Language :: Python :: 3 :: Only",
59
"Programming Language :: Python :: 3.10",
60
"Programming Language :: Python :: 3.11",
61
+ "Programming Language :: Python :: 3.12",
62
"Programming Language :: Python :: Implementation :: CPython",
63
"Programming Language :: Python :: Implementation :: PyPy",
64
0 commit comments