diff options
author | Sergey M․ <dstftw@gmail.com> | 2019-03-01 01:03:51 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2019-03-01 01:03:51 +0700 |
commit | 04c33bdfb3cd73e71bf0788f02998cab30cf1da2 (patch) | |
tree | 0b683829d1f707e753425635ad76d39e837ad746 /youtube_dl | |
parent | 333f617b1207cb53efaa5e2f7af174cfa87deee1 (diff) |
release 2019.03.012019.03.01
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 ea1d5a4a5..42ba37f15 100644 --- a/youtube_dl/version.py +++ b/youtube_dl/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2019.02.18' +__version__ = '2019.03.01' |