Skip to content

Commit

Permalink
0.2.13: cosmetic changes
Browse files Browse the repository at this point in the history
- changes /usr/local/bin -> /usr/local/bin/
- adds --strip-components=1 for the operadriver download command
- rearranges copy paste directions to be printed first before the download commands for a driver rather than last (after the driver info)
- renames output.py -> notifications.py
- hard codes link to future features to work properly on test.pypi and pypi (relative path does not work on sites other than GitHub)
  • Loading branch information
shailshouryya committed Nov 27, 2019
1 parent a79859a commit 6baadb0
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 @@ -6,7 +6,7 @@

setup(
name='yt_videos_list',
version='0.2.12',
version='0.2.13',
description='Python package to extract YouTube video titles and corresponding URLs for a specific channel',
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
@@ -1,14 +1,14 @@
from yt_videos_list.__main__ import ListGenerator
'''
version: 0.2.12
version: 0.2.13
author: Shail-Shouryya
development_status: 4 - Beta
intended_audience: Developers, Hobbyists
license: OSI Approved :: Apache License 2.0
ideal_python_version: Python 3.7
source: https://github.com/Shail-Shouryya/yt_videos_list
'''
__version__ = "0.2.12"
__version__ = "0.2.13"
__author__ = 'Shail-Shouryya'
__development_status__ = '4 - Beta'
__intended_audience__ = 'Developers, Hobbyists'
Expand Down

0 comments on commit 6baadb0

Please sign in to comment.