Skip to content

Commit

Permalink
Update youtube2mp3 version and yt-dlp dependency
Browse files Browse the repository at this point in the history
Bumped up the version of youtube2mp3 from 2.0.5 to 2.0.6. Alongside this version update, the minimum required version for the yt-dlp dependency has also been updated.
  • Loading branch information
Michael Pfister committed Jun 14, 2024
1 parent 2633b44 commit 903ca82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author=__author__,
author_email='[email protected]',
license='MIT',
install_requires=['yt-dlp>=2023.12.30', 'mutagen>=1.47.0'],
install_requires=['yt-dlp>=2024.5.27', 'mutagen>=1.47.0'],
keywords='youtube mp3',
packages=find_packages(),
python_requires='~=3.10, <4',
Expand Down
2 changes: 1 addition & 1 deletion youtube2mp3/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
__author__ = 'Michael Pfister'
__version__ = '2.0.5'
__version__ = '2.0.6'

0 comments on commit 903ca82

Please sign in to comment.