diff options
author | Astound <kirito@disroot.org> | 2024-03-11 09:55:09 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-03-11 09:55:09 +0800 |
commit | cda0627d5a5a08c2957e98cc9b8fe2631638b5f2 (patch) | |
tree | 48649398719752a880acfeebc7cb908ab7592c8b /youtube | |
parent | ad40dd6d6b8ebfaa113fd3794c68aec95d2ff6ed (diff) | |
download | yt-local-cda0627d5a5a08c2957e98cc9b8fe2631638b5f2.tar.lz yt-local-cda0627d5a5a08c2957e98cc9b8fe2631638b5f2.tar.xz yt-local-cda0627d5a5a08c2957e98cc9b8fe2631638b5f2.zip |
version 0.2.100.2.10
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 104173e..d461bac 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.9' +__version__ = '0.2.10' |