diff --git a/setup.py b/setup.py index c16b51a3..359ae835 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name = 'yt_videos_list', - version = '0.3.8', + version = '0.3.9', 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 a673b79c..a2f50056 100644 --- a/yt_videos_list/__init__.py +++ b/yt_videos_list/__init__.py @@ -3,7 +3,7 @@ ''' -version: 0.3.8 +version: 0.3.9 author: Shail-Shouryya development_status: 4 - Beta intended_audience: Developers, Hobbyists @@ -13,7 +13,7 @@ ''' -__version__ = '0.3.8' +__version__ = '0.3.9' __author__ = 'Shail-Shouryya' __development_status__ = '4 - Beta' __intended_audience__ = 'Developers, Hobbyists'