Skip to content

Commit

Permalink
v2019.11.15 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Nov 15, 2019
1 parent 7a9a27d commit 42304b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<br/>

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)<br/><br/>
![Travis (.org)](https://img.shields.io/travis/deepjyoti30/ytmdl?style=for-the-badge) [![License](https://img.shields.io/badge/License-MIT-pink.svg?style=for-the-badge)](LICENSE.md) ![PyPI](https://img.shields.io/pypi/v/ytmdl?style=for-the-badge) ![PyPI - Downloads](https://img.shields.io/pypi/dm/ytmdl?style=for-the-badge) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-lightblue.svg?style=for-the-badge)](http://makeapullrequest.com)
![Travis (.org)](https://img.shields.io/travis/deepjyoti30/ytmdl?style=for-the-badge) [![License](https://img.shields.io/badge/License-MIT-pink.svg?style=for-the-badge)](LICENSE.md) ![PyPI](https://img.shields.io/pypi/v/ytmdl?style=for-the-badge) ![AUR](https://img.shields.io/aur/version/ytmdl?color=red&style=for-the-badge) ![PyPI - Downloads](https://img.shields.io/pypi/dm/ytmdl?style=for-the-badge) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-lightblue.svg?style=for-the-badge)](http://makeapullrequest.com)

<!--[![Build Status][img-travis-ci]][Passing]&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[![PyPI status](https://img.shields.io/pypi/status/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/releases/)[![PRs Welcome][prs-badge]][prs]-->

Expand Down
2 changes: 1 addition & 1 deletion bin/ytmdl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def arguments():
type=int, default=None, metavar="CHOICE")
parser.add_argument('--artist', help="Name of the artist")
parser.add_argument('--album', help="Name of the album.")
parser.add_argument('--version', action='version', version='2019.10.8',
parser.add_argument('--version', action='version', version='2019.11.15',
help='show the program version number and exit')
parser.add_argument('--url',
help="Youtube song link.")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if __name__ == '__main__':
setuptools.setup(
name="ytmdl",
version="2019.10.8",
version="2019.11.15",
author="Deepjyoti Barman",
author_email="deep.barma30@gmail.com",
description="Youtube Music Downloader",
Expand Down

0 comments on commit 42304b9

Please sign in to comment.