diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-07-16 00:01:46 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-07-16 00:01:46 +0700 |
commit | 2f1991ff1461b11134d2b09d6e8d681ce51d93d0 (patch) | |
tree | 5a58f80a5084b5c1bd2943661c3ad7c855dd6c2f /youtube_dl | |
parent | 8b4a0ebf10376e89daa9da3cd9570a3f16f8f375 (diff) |
release 2019.07.162019.07.16
Diffstat (limited to 'youtube_dl')
-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 8a7f4d733..b0f5a6b47 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2019.07.14' +__version__ = '2019.07.16' |