Skip to content

Commit b5bfdd6

Browse files
committed
Bump to version 23w40a
1 parent 0e440e0 commit b5bfdd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

auto_editor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "23.38.1"
2-
version = "23w38a"
1+
__version__ = "23.40.1"
2+
version = "23w40a"

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def pip_version():
4040
install_requires=[
4141
"numpy>=1.22.0",
4242
"pillow==10.0.1",
43-
"av==10.0.0",
43+
"pyav==11.0.1",
4444
"ae-ffmpeg==1.1.*",
4545
],
4646
python_requires=">=3.10",
@@ -58,6 +58,7 @@ def pip_version():
5858
"Programming Language :: Python :: 3 :: Only",
5959
"Programming Language :: Python :: 3.10",
6060
"Programming Language :: Python :: 3.11",
61+
"Programming Language :: Python :: 3.12",
6162
"Programming Language :: Python :: Implementation :: CPython",
6263
"Programming Language :: Python :: Implementation :: PyPy",
6364
],

0 commit comments

Comments
 (0)