diff options
author | Astound <kirito@disroot.org> | 2025-03-07 01:29:22 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-07 01:29:22 +0800 |
commit | 2b5c001b97732aec586a52b0917a12aef572923a (patch) | |
tree | 16d6b12b89ab39dcbabfc7325014eb4602fe5390 /youtube | |
parent | decbb8e0b2ce1a4b379cbd463ea836436eb11c63 (diff) | |
download | yt-local-2b5c001b97732aec586a52b0917a12aef572923a.tar.lz yt-local-2b5c001b97732aec586a52b0917a12aef572923a.tar.xz yt-local-2b5c001b97732aec586a52b0917a12aef572923a.zip |
- Updated from '0.3.0' to 'v0.3.1'.
- Added v prefix for consistency with versioning conventions.s Please enter the commit message for your changes.
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 b74c6df..85e9155 100644 --- a/youtube/version.py +++ b/youtube/version.py @@ -1,3 +1,3 @@ from __future__ import unicode_literals -__version__ = '0.3.0' +__version__ = 'v0.3.1' |