Skip to content

Commit

Permalink
0.3.7: supports Brave Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
shailshouryya committed May 10, 2020
1 parent f7c909c commit ce1fcef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.3.6',
version = '0.3.7',
description = 'Python package to extract YouTube video titles and corresponding URLs for a specific channel and write the information to CSV and txt files with sections to mark a particular video as watched, to mark a video for rewatching, and for taking notes.',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand Down
4 changes: 2 additions & 2 deletions yt_videos_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


'''
version: 0.3.6
version: 0.3.7
author: Shail-Shouryya
development_status: 4 - Beta
intended_audience: Developers, Hobbyists
Expand All @@ -13,7 +13,7 @@
'''


__version__ = '0.3.6'
__version__ = '0.3.7'
__author__ = 'Shail-Shouryya'
__development_status__ = '4 - Beta'
__intended_audience__ = 'Developers, Hobbyists'
Expand Down

0 comments on commit ce1fcef

Please sign in to comment.