diff --git a/python/dev/__init__.py b/python/dev/__init__.py index acf77891..d3665bdb 100644 --- a/python/dev/__init__.py +++ b/python/dev/__init__.py @@ -3,7 +3,7 @@ ''' -version: 0.4.7 +version: 0.5.0 author: Shail-Shouryya email: yt.videos.list@gmail.com development_status: 4 - Beta @@ -14,7 +14,7 @@ ''' -__version__ = '0.4.7' +__version__ = '0.5.0' __author__ = 'Shail-Shouryya' __email__ = 'yt.videos.list@gmail.com' __development_status__ = '4 - Beta' diff --git a/python/setup.py b/python/setup.py index c8021857..a805330c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -11,7 +11,7 @@ setup( name = 'yt_videos_list', - version = '0.4.7', + version = '0.5.0', description = 'Extract YouTube video titles and URLs with end-to-end web scraping API + automate Selenium webdriver dependency set up', long_description = long_description, long_description_content_type = 'text/markdown', diff --git a/python/yt_videos_list/__init__.py b/python/yt_videos_list/__init__.py index acf77891..d3665bdb 100644 --- a/python/yt_videos_list/__init__.py +++ b/python/yt_videos_list/__init__.py @@ -3,7 +3,7 @@ ''' -version: 0.4.7 +version: 0.5.0 author: Shail-Shouryya email: yt.videos.list@gmail.com development_status: 4 - Beta @@ -14,7 +14,7 @@ ''' -__version__ = '0.4.7' +__version__ = '0.5.0' __author__ = 'Shail-Shouryya' __email__ = 'yt.videos.list@gmail.com' __development_status__ = '4 - Beta'