diff options
author | Astound <kirito@disroot.org> | 2025-03-02 06:24:03 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-02 06:24:03 +0800 |
commit | 2fd79101949f2332fad7157237518c4804c8b23b (patch) | |
tree | 2d20835f9aba530e703d380a9564f3cce2ee4102 /youtube | |
parent | c2e53072f7719bb6eb150466419ae31abd7d9920 (diff) | |
download | yt-local-b7dd1b66a1bd675904a2e4af1a5bbb4cfcceb0c3.tar.lz yt-local-b7dd1b66a1bd675904a2e4af1a5bbb4cfcceb0c3.tar.xz yt-local-b7dd1b66a1bd675904a2e4af1a5bbb4cfcceb0c3.zip |
version 0.2.21v0.2.21
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 eaae66d..691a74c 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.20' +__version__ = '0.2.21' |