Skip to content

Commit

Permalink
0.5.8: Fix bugs from release 0.5.7
Browse files Browse the repository at this point in the history
- no changes in API or functionality
  - these changes **should** have been a part of release 0.5.7, but missed these bugs during testing
- see the following commits for bug fixes:
  - commit b410814
  - commit aa3b624
  - commit cd65c5c
  - commit e5d16d7
  • Loading branch information
shailshouryya committed May 24, 2021
1 parent 86fcec5 commit 9d8e804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/dev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import logic


__version__ = '0.5.7'
__version__ = '0.5.8'
__author__ = 'Shail-Shouryya'
__email__ = '[email protected]'
__development_status__ = '4 - Beta'
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'yt_videos_list',
version = '0.5.7',
version = '0.5.8',
description = 'YouTube bot to make a YouTube videos list (including all video titles and URLs uploaded by a channel) with end-to-end web scraping - no API tokens required. 🌟 Star this repo if you found it useful! 🌟',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion python/yt_videos_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import logic


__version__ = '0.5.7'
__version__ = '0.5.8'
__author__ = 'Shail-Shouryya'
__email__ = '[email protected]'
__development_status__ = '4 - Beta'
Expand Down

0 comments on commit 9d8e804

Please sign in to comment.