diff options
author | Jesus E <heckyel@riseup.net> | 2023-06-18 20:30:39 -0400 |
---|---|---|
committer | Jesus E <heckyel@riseup.net> | 2023-06-18 20:30:39 -0400 |
commit | 6740afd6a05507837ea2dcf6cd65abd14ff7a2cd (patch) | |
tree | e143520b853d83dbb6ea8a6dc402ad536ec7248b /youtube | |
parent | 63c0f4aa8f59f5da76ae01b71d7e35ca082179fd (diff) | |
download | yt-local-6740afd6a05507837ea2dcf6cd65abd14ff7a2cd.tar.lz yt-local-6740afd6a05507837ea2dcf6cd65abd14ff7a2cd.tar.xz yt-local-6740afd6a05507837ea2dcf6cd65abd14ff7a2cd.zip |
version 0.2.50.2.5
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 19a55ba..4072e55 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.4' +__version__ = '0.2.5' |