Skip to content

Commit fddcd3e

Browse files
committed
version bump to 0.4.1
1 parent d7e47f6 commit fddcd3e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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.4.1] - 2025-11-14
9+
10+
### Fixed
11+
12+
- (PR#9 by @ucordia) Fix dst argument to accept a single value instead of list
13+
814
## [0.4.0] - 2025-02-10
915

1016
### Changed

src/ffmpeg_downloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.4.1"
44

55
import os
66
from . import _backend as _

0 commit comments

Comments
 (0)