diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-17 00:36:23 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-17 00:36:23 +0530 |
commit | f57adf0e59d77533e3b724fdffa869f2a9defbc3 (patch) | |
tree | ddf033b2d948d03ddc87a7b066f18f3f1a90046f /youtube_dlc/version.py | |
parent | 298f597b4f3f65b6d59407745e7a8097d20cfd5a (diff) | |
download | hypervideo-pre-f57adf0e59d77533e3b724fdffa869f2a9defbc3.tar.lz hypervideo-pre-f57adf0e59d77533e3b724fdffa869f2a9defbc3.tar.xz hypervideo-pre-f57adf0e59d77533e3b724fdffa869f2a9defbc3.zip |
[version] update
:skip ci all
Diffstat (limited to 'youtube_dlc/version.py')
-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 58add5d2b..ac7242abb 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2021.01.14' +__version__ = '2021.01.16' |