diff options
author | Astound <kirito@disroot.org> | 2024-04-06 22:12:21 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-06 22:12:21 +0800 |
commit | 9a0ad6070b3853a11685bd7df3c9647191f0a528 (patch) | |
tree | 89fb8993355cbec1e7875118f6f73e6b98d2f35b | |
parent | 6039589f24cd2368b1f14e063b46d4aa78f7b0df (diff) | |
download | yt-local-9a0ad6070b3853a11685bd7df3c9647191f0a528.tar.lz yt-local-9a0ad6070b3853a11685bd7df3c9647191f0a528.tar.xz yt-local-9a0ad6070b3853a11685bd7df3c9647191f0a528.zip |
version 0.2.130.2.13
-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 05f9c71..e9fecf8 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.12' +__version__ = '0.2.13' |