Skip to content

Commit

Permalink
0.3.1: supports newer driver binaries
Browse files Browse the repository at this point in the history
- Opera Stable 66, 67, 68
  - Operadriver 81.0.4044.113
  - Operadriver 80.0.3987.100
  - Operadriver 79.0.3945.79
- Chrome Version 80, 81
  - Chromedriver 81.0.4044.69
  - Chromedriver 80.0.3987.106
  • Loading branch information
shailshouryya committed Apr 26, 2020
1 parent 800853c commit ea3dcd7
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.0',
version = '0.3.1',
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 @@ -2,7 +2,7 @@


'''
version: 0.3.0
version: 0.3.1
author: Shail-Shouryya
development_status: 4 - Beta
intended_audience: Developers, Hobbyists
Expand All @@ -12,7 +12,7 @@
'''


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

0 comments on commit ea3dcd7

Please sign in to comment.