diff options
author | Astound <kirito@disroot.org> | 2024-04-08 07:25:50 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-08 07:25:50 +0800 |
commit | 3a6cc1e44f955b882f244117d7b93c920dd47b8a (patch) | |
tree | 05c93dc2d6efe3a51372d79064a9278a5b4f0fe6 /youtube | |
parent | 7664b5f0ff8c26f0d401e0d08caeb1bf07a5f6f5 (diff) | |
download | yt-local-3a6cc1e44f955b882f244117d7b93c920dd47b8a.tar.lz yt-local-3a6cc1e44f955b882f244117d7b93c920dd47b8a.tar.xz yt-local-3a6cc1e44f955b882f244117d7b93c920dd47b8a.zip |
version 0.2.150.2.15
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 3679399..2990fa6 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.14' +__version__ = '0.2.15' |