We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e47f6 commit fddcd3eCopy full SHA for fddcd3e
CHANGELOG.md
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
6
## [Unreleased]
7
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
14
## [0.4.0] - 2025-02-10
15
16
### Changed
src/ffmpeg_downloader/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "0.4.0"
+__version__ = "0.4.1"
4
import os
from . import _backend as _
0 commit comments