Skip to content

Commit

Permalink
Bump to version 23w40a
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 4, 2023
1 parent 72a3020 commit 7af5adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auto_editor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "23.38.1"
version = "23w38a"
__version__ = "23.40.1"
version = "23w40a"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
Expand Down

0 comments on commit 7af5adf

Please sign in to comment.