diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-04-30 06:11:50 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-04-30 06:11:50 +0700 |
commit | 091200c368af6416a658a3d605c67230becb81e1 (patch) | |
tree | c7567408ae3ab512d9e69e7d2e677d36b0c212a2 /youtube_dl | |
parent | 67bfbe49429f11c54de7f24767a807845b00e054 (diff) |
release 2019.04.302019.04.30
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 ddd3b692a..33c68e44a 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2019.04.24' +__version__ = '2019.04.30' |