From ce1fcef0ac1f465d54f25ae099d6041813116e63 Mon Sep 17 00:00:00 2001 From: Shail Shouryya Date: Sat, 9 May 2020 21:21:04 -0700 Subject: [PATCH] 0.3.7: supports Brave Browser --- setup.py | 2 +- yt_videos_list/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0cee5619..1271aa1f 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/yt_videos_list/__init__.py b/yt_videos_list/__init__.py index 44c3ea37..a6222746 100644 --- a/yt_videos_list/__init__.py +++ b/yt_videos_list/__init__.py @@ -3,7 +3,7 @@ ''' -version: 0.3.6 +version: 0.3.7 author: Shail-Shouryya development_status: 4 - Beta intended_audience: Developers, Hobbyists @@ -13,7 +13,7 @@ ''' -__version__ = '0.3.6' +__version__ = '0.3.7' __author__ = 'Shail-Shouryya' __development_status__ = '4 - Beta' __intended_audience__ = 'Developers, Hobbyists'