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

Commit bee5375

Browse files
committed
version bump -> v0.5.1
1 parent 50270c8 commit bee5375

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55

66
## [Unreleased]
77

8+
## [0.5.1] - 2022-04-21
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio` version bump
13+
814
## [0.5.0] - 2022-04-03
915

1016
### Changed

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.0"
11+
__version__ = "0.5.1"
1212

1313
__all__ = [
1414
"video_info",

0 commit comments

Comments
 (0)