diff options
author | Tom-Oliver Heidel <github@tom-oliver.eu> | 2020-10-24 07:32:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 07:32:48 +0200 |
commit | fe933c3690b06d2bd4c5d9a39c7848f7b629c267 (patch) | |
tree | 22b15bbee8f1fd66149c984a8635f6b5c04ca2f7 | |
parent | 4c1086547b7289177170079cbcac03771a2f05dd (diff) | |
parent | c3a7565610c452511804c3aefb1d00a9af58bdbb (diff) | |
download | hypervideo-pre-fe933c3690b06d2bd4c5d9a39c7848f7b629c267.tar.lz hypervideo-pre-fe933c3690b06d2bd4c5d9a39c7848f7b629c267.tar.xz hypervideo-pre-fe933c3690b06d2bd4c5d9a39c7848f7b629c267.zip |
Merge pull request #4 from blackjack4494/master
Release 24.10.2020
-rw-r--r-- | youtube_dlc/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/version.py b/youtube_dlc/version.py index fc532d654..5eb581675 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.10.24-3' +__version__ = '2020.10.24-5' |