diff options
author | Sergey M․ <dstftw@gmail.com> | 2020-07-28 05:13:03 +0700 |
---|---|---|
committer | xarantolus <xarantolus@protonmail.com> | 2020-07-28 15:34:32 +0200 |
commit | de722d3cd76c6fd4ba166c98cc681689534ee1a3 (patch) | |
tree | 32984353e7b708814b56741aff3dff5959d1a7db /youtube_dl/version.py | |
parent | f4492c48904d441cbacdbc40bf978f674df3a3f6 (diff) | |
download | hypervideo-pre-de722d3cd76c6fd4ba166c98cc681689534ee1a3.tar.lz hypervideo-pre-de722d3cd76c6fd4ba166c98cc681689534ee1a3.tar.xz hypervideo-pre-de722d3cd76c6fd4ba166c98cc681689534ee1a3.zip |
release 2020.07.28
Diffstat (limited to 'youtube_dl/version.py')
-rw-r--r-- | youtube_dl/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/version.py b/youtube_dl/version.py index 6b88eb38c..17101fa47 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.06.16.1' +__version__ = '2020.07.28' |