diff options
author | Jesus <heckyel@hyperbola.info> | 2025-03-08 16:34:29 -0500 |
---|---|---|
committer | Jesus <heckyel@hyperbola.info> | 2025-03-08 16:34:29 -0500 |
commit | c256a045f91d36463642af2f285d0b77cc3e9d3e (patch) | |
tree | 1636b05f7936cd1afbe8a4d0e1318b6726d6b9d4 /youtube | |
parent | 98603439cbab8a581e7e6241048f6a43744850e5 (diff) | |
download | yt-local-c256a045f91d36463642af2f285d0b77cc3e9d3e.tar.lz yt-local-c256a045f91d36463642af2f285d0b77cc3e9d3e.tar.xz yt-local-c256a045f91d36463642af2f285d0b77cc3e9d3e.zip |
Bump version to v0.3.1v0.3.1
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 cc00998..85e9155 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = 'v0.3.0' +__version__ = 'v0.3.1' |