diff options
author | Jesús <heckyel@hyperbola.info> | 2022-10-06 04:21:47 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-10-06 04:21:47 +0800 |
commit | 576458664688d4efec9394ab7aef13804ee64506 (patch) | |
tree | 1e7438ca98835a2fa9edf2c6c9c9017a343bc111 | |
parent | aae1aec6adf512355e15757b9a0392bfcf96e7ea (diff) | |
download | yt-local-576458664688d4efec9394ab7aef13804ee64506.tar.lz yt-local-576458664688d4efec9394ab7aef13804ee64506.tar.xz yt-local-576458664688d4efec9394ab7aef13804ee64506.zip |
version 0.2.30.2.3
-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 a101a99..588489a 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.2.2' +__version__ = '0.2.3' |