Skip to content

Commit

Permalink
Update yt-dlp requirement and bump version to 2.0.7
Browse files Browse the repository at this point in the history
Upgraded the yt-dlp dependency to version 2024.7.7 to include the latest features and bug fixes. Also updated the project's version number to 2.0.7 to reflect these changes and ensure compatibility.
  • Loading branch information
Pfitzer committed Sep 28, 2024
1 parent 3df67ca commit 04dcbe2
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>=2024.5.27', 'mutagen>=1.47.0'],
install_requires=['yt-dlp>=2024.7.7', '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.6'
__version__ = '2.0.7'

0 comments on commit 04dcbe2

Please sign in to comment.