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

Commit 9e5b032

Browse files
committed
updated install_require (v0.5.1.post)
1 parent bee5375 commit 9e5b032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.0
33+
ffmpegio-core >= 0.5.1
3434
numpy >= 1.20
3535
python_requires = >=3.7,
3636
packages=ffmpegio_plugin_numpy

src/ffmpegio_plugin_numpy/__init__.py

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

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.5.1"
11+
__version__ = "0.5.1.post"
1212

1313
__all__ = [
1414
"video_info",

0 commit comments

Comments
 (0)