diff options
author | Unknown <blackjack4494@web.de> | 2020-09-12 06:17:02 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-12 06:17:02 +0200 |
commit | ac4df0908aae69107a5b0cb97db459d05d18bc97 (patch) | |
tree | 3811cd39d015fac037158eac82dc43dce5aff67f | |
parent | b4d85aad9c8011ef65fa4e7988c08b58af52629c (diff) | |
download | hypervideo-pre-ac4df0908aae69107a5b0cb97db459d05d18bc97.tar.lz hypervideo-pre-ac4df0908aae69107a5b0cb97db459d05d18bc97.tar.xz hypervideo-pre-ac4df0908aae69107a5b0cb97db459d05d18bc97.zip |
[skip travis] bump version
-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 45b4d3291..9dd9adf08 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.09.06' +__version__ = '2020.09.12' |