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

Commit f130216

Browse files
committed
version bump v0.9.1
1 parent 56f3c1f commit f130216

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
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.9.1] - 2024-02-19
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio-core` version bump
13+
814
## [0.9.0] - 2023-12-08
915

1016
### Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929

3030
dynamic = ["version"]
3131
requires-python = ">=3.8"
32-
dependencies = ["ffmpegio-core >= 0.9.0", "numpy >= 1.20"]
32+
dependencies = ["ffmpegio-core >= 0.9.1", "numpy >= 1.20"]
3333

3434
[project.urls]
3535
Home = "https://python-ffmpegio.github.io/python-ffmpegio"

src/ffmpegio_plugin_numpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.9.0"
11+
__version__ = "0.9.1"
1212
# ffmpegio-core version to match current ffmpeg-core version
1313

1414
__all__ = [

0 commit comments

Comments
 (0)