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

Commit 45d183a

Browse files
committed
version bump match -> v0.3.3
1 parent 9b2f643 commit 45d183a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
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.3.3] - 2022-02-18
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio` version bump
13+
814
## [0.3.1] - 2022-02-13
915

1016
### Added
@@ -17,5 +23,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1723
- First release.
1824
- A plugin to convert raw media I/O data of `ffmpegio` to use `numpy.ndarray` objects.
1925

20-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...HEAD
26+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.3...HEAD
27+
[v0.3.3]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.3.3
2128
[v0.3.1]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.3.1

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.3.1"
11+
__version__ = "0.3.3"
1212

1313
__all__ = [
1414
"video_info",

0 commit comments

Comments
 (0)