diff options
author | Astound <kirito@disroot.org> | 2024-07-09 13:10:10 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-07-09 13:10:10 +0800 |
commit | 09a437f7fb2fa62a3a1fe3a9bade92371a99ca10 (patch) | |
tree | 4e524babc0de6e256fb132bee989b5356de08ca7 /youtube/version.py | |
parent | 3cbe18aac074e0a8c264efa05dc72868f8f7493c (diff) | |
download | yt-local-0.2.18.tar.lz yt-local-0.2.18.tar.xz yt-local-0.2.18.zip |
v0.2.18v0.2.18
Diffstat (limited to 'youtube/version.py')
-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 1b033c1..1d74fdd 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.17' +__version__ = '0.2.18' |