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

Commit c5eb327

Browse files
committed
version bump to v0.8.5
1 parent a3e2916 commit c5eb327

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+7-1
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.8.3] - 2023-11-07
8+
## [0.8.5] - 2023-11-13
9+
10+
### Changed
11+
12+
- Matching the `ffmpegio-core` version bump
13+
14+
## [0.8.4] - 2023-11-07
915

1016
### Changed
1117

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.8.4", "numpy >= 1.20"]
32+
dependencies = ["ffmpegio-core == 0.8.5", "numpy >= 1.20"]
3333

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

src/ffmpegio_plugin_numpy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
hookimpl = HookimplMarker("ffmpegio")
1010

11-
__version__ = "0.8.4"
12-
# When updating version, make sure to update setup.cfg install_requires
11+
__version__ = "0.8.5"
12+
# When updating version, make sure to update pyproject.toml dependencies field
1313
# ffmpegio-core version to match current ffmpeg-core version
1414

1515
__all__ = [

0 commit comments

Comments
 (0)