diff options
author | Astound <kirito@disroot.org> | 2025-03-05 12:13:21 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2025-03-05 12:13:21 +0800 |
commit | 5da2264997b66ce478c6db4294706e9cc7a91fd9 (patch) | |
tree | 86d71ddb0b945544b799363d97531e636f6c35ce | |
parent | e8b14ac52846d3c7d0b2842c3248ad475249ada4 (diff) | |
download | yt-local-5da2264997b66ce478c6db4294706e9cc7a91fd9.tar.lz yt-local-5da2264997b66ce478c6db4294706e9cc7a91fd9.tar.xz yt-local-5da2264997b66ce478c6db4294706e9cc7a91fd9.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. Lines starting
-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' |