Skip to content

Commit

Permalink
0.3.4: automates selenium dependency downloads for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
shailshouryya committed May 4, 2020
1 parent 0f514a3 commit 21fc03d
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.3',
version = '0.3.4',
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.3
version: 0.3.4
author: Shail-Shouryya
development_status: 4 - Beta
intended_audience: Developers, Hobbyists
Expand All @@ -12,7 +12,7 @@
'''


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

0 comments on commit 21fc03d

Please sign in to comment.