diff options
author | Unknown <blackjack4494@web.de> | 2020-09-23 05:11:32 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-23 05:11:32 +0200 |
commit | b33c48f2691e61c65317b42dc53f9696823907c5 (patch) | |
tree | c0166b14cd06f5629b0d3cbabeaee387e076b257 | |
parent | 8a28bd24dd53bd506eca91e300c3085de7f40409 (diff) | |
download | hypervideo-pre-b33c48f2691e61c65317b42dc53f9696823907c5.tar.lz hypervideo-pre-b33c48f2691e61c65317b42dc53f9696823907c5.tar.xz hypervideo-pre-b33c48f2691e61c65317b42dc53f9696823907c5.zip |
[skip travis] version bump
-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 eac5fabf1..738824201 100644 --- a/youtube_dlc/version.py +++ b/youtube_dlc/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '2020.09.16' +__version__ = '2020.09.23-1' |