diff options
author | Jesus <heckyel@hyperbola.info> | 2024-10-11 11:25:12 +0800 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2024-10-11 11:25:12 +0800 |
commit | 4ef7dda14a72afb0f81f581e8f365ca04ff6f24e (patch) | |
tree | ee35bade964e31ab87483c57a52cd36e76b713da | |
parent | ee31cedae0c17af8484c3571ad0c0fac506f95d4 (diff) | |
download | yt-local-master.tar.lz yt-local-master.tar.xz yt-local-master.zip |
-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 1d74fdd..70cf81f 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.18' +__version__ = '0.2.19' |