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

Commit 2ae232e

Browse files
committed
bump to v0.8.2
1 parent 47c763e commit 2ae232e

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
## [0.7.0] - 2023-03-18
8+
## [0.8.2] - 2023-03-19
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio` version bump
13+
14+
## [0.8.2] - 2023-03-18
915

1016
### Fixed
1117

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828

2929
dynamic = ["version"]
3030
requires-python = ">=3.7"
31-
dependencies = ["ffmpegio-core >= 0.8.1", "numpy >= 1.20"]
31+
dependencies = ["ffmpegio-core >= 0.8.2", "numpy >= 1.20"]
3232

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

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.8.1"
11+
__version__ = "0.8.2"
1212
# When updating version, make sure to update setup.cfg install_requires
1313
# ffmpegio-core version to match current ffmpeg-core version
1414

0 commit comments

Comments
 (0)