diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-01 15:11:19 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-01 15:11:19 +0000 |
commit | abe10131fc235b7cc7af39f833e417f4264c1fdb (patch) | |
tree | 054c7bce7b78e7cc18cf8a923298444500c99bd2 /yt_dlp/version.py | |
parent | ffd7781d6588926f820b44a34b9e6e3068fb9f97 (diff) |
Release 2024.08.012024.08.01
Created by: bashonly
:ci skip all :ci run dl
Diffstat (limited to 'yt_dlp/version.py')
-rw-r--r-- | yt_dlp/version.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_dlp/version.py b/yt_dlp/version.py index e641bf5ae..81d1c2c96 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,8 +1,8 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.07.25' +__version__ = '2024.08.01' -RELEASE_GIT_HEAD = 'f0993391e6052ec8f7aacc286609564f226943b9' +RELEASE_GIT_HEAD = 'ffd7781d6588926f820b44a34b9e6e3068fb9f97' VARIANT = None @@ -12,4 +12,4 @@ CHANNEL = 'stable' ORIGIN = 'yt-dlp/yt-dlp' -_pkg_version = '2024.07.25' +_pkg_version = '2024.08.01' |