Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 21dc1be

Browse files
committed
updated install_requires
1 parent c84fb80 commit 21dc1be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers =
3030
package_dir=
3131
=src
3232
install_requires =
33-
ffmpegio-core >= 0.5.1
33+
ffmpegio-core >= 0.6.0
3434
numpy >= 1.20
3535
python_requires = >=3.7,
3636
packages=ffmpegio_plugin_numpy

src/ffmpegio_plugin_numpy/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.6.0"
11+
__version__ = "0.6.0.post"
12+
# When updating version, make sure to update setup.cfg install_requires
13+
# ffmpegio-core version to match current ffmpeg-core version
1214

1315
__all__ = [
1416
"video_info",

0 commit comments

Comments
 (0)