From b5bfdd648362e52fe4505825a147f84f0636df4b Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Wed, 4 Oct 2023 04:58:14 -0400 Subject: [PATCH] Bump to version 23w40a --- auto_editor/__init__.py | 4 ++-- setup.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/auto_editor/__init__.py b/auto_editor/__init__.py index f321eeac76..cdcc00fd06 100644 --- a/auto_editor/__init__.py +++ b/auto_editor/__init__.py @@ -1,2 +1,2 @@ -__version__ = "23.38.1" -version = "23w38a" +__version__ = "23.40.1" +version = "23w40a" diff --git a/setup.py b/setup.py index ee61e9a8f8..8d795ba80f 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def pip_version(): install_requires=[ "numpy>=1.22.0", "pillow==10.0.1", - "av==10.0.0", + "pyav==11.0.1", "ae-ffmpeg==1.1.*", ], python_requires=">=3.10", @@ -58,6 +58,7 @@ def pip_version(): "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ],