Skip to content

Commit f18fed8

Browse files
committed
Version changes
1 parent 0b8c05a commit f18fed8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/ytmdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def arguments():
3434
if more than one search result.\
3535
The first result in each case will be considered.",
3636
action='store_true')
37-
parser.add_argument('--version', action='version', version='2018.11.08',
37+
parser.add_argument('--version', action='version', version='2018.11.10',
3838
help='show the program version number and exit')
3939
parser.add_argument('--url',
4040
help="Youtube song link.")

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if __name__ == '__main__':
1010
setuptools.setup(
1111
name="ytmdl",
12-
version="2018.11.08",
12+
version="2018.11.10",
1313
author="Deepjyoti Barman",
1414
author_email="deep.barma30@gmail.com",
1515
description="Youtube Music Downloader",

ytmdl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def arguments():
3434
if more than one search result.\
3535
The first result in each case will be considered.",
3636
action='store_true')
37-
parser.add_argument('--version', action='version', version='v0.3-r4',
37+
parser.add_argument('--version', action='version', version='2018.11.10',
3838
help='show the program version number and exit')
3939
parser.add_argument('--url',
4040
help="Youtube song link.")

0 commit comments

Comments
 (0)