diff options
author | Jesus <heckyel@riseup.net> | 2023-09-11 04:20:49 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-11 04:20:49 +0800 |
commit | 6011a08cdff6a42b7f0f5ce46a7631b0831fa098 (patch) | |
tree | 65775bb7d733b8c0c7b4c6dd0fd7f53ca4186958 /youtube | |
parent | 83af4ab0d7c3b002b451f8c113783982d173bb61 (diff) | |
download | yt-local-6011a08cdff6a42b7f0f5ce46a7631b0831fa098.tar.lz yt-local-6011a08cdff6a42b7f0f5ce46a7631b0831fa098.tar.xz yt-local-6011a08cdff6a42b7f0f5ce46a7631b0831fa098.zip |
v0.2.60.2.6
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/version.py b/youtube/version.py index 4072e55..f50b25a 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.5' +__version__ = '0.2.6' |