Skip to content

Commit

Permalink
Bump version to 2020.05.14
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed May 14, 2020
1 parent 0c72b9e commit 8c1af98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ytmdl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def arguments():
help="The format in which the song should be downloaded.\
Default is [MP3]. Available options are [m4a]", default='mp3',
type=str)
parser.add_argument('--version', action='version', version='2020.03.21-2',
parser.add_argument('--version', action='version', version='2020.05.14',
help='show the program version number and exit')

playlist_group = parser.add_argument_group("Playlist")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if __name__ == '__main__':
setuptools.setup(
name="ytmdl",
version="2020.03.21",
version="2020.05.14",
author="Deepjyoti Barman",
author_email="deep.barma30@gmail.com",
description="Youtube Music Downloader",
Expand Down

0 comments on commit 8c1af98

Please sign in to comment.