Updated version to 0.4
This commit is contained in:
parent
585f7f708e
commit
24abc58c2f
@ -2,10 +2,10 @@
|
|||||||
import sys
|
import sys
|
||||||
python_version = int(sys.version[0])
|
python_version = int(sys.version[0])
|
||||||
name = "MusicDL"
|
name = "MusicDL"
|
||||||
version = "0.3"
|
version = "0.4"
|
||||||
author = "Manuel Cortéz"
|
author = "Manuel Cortéz"
|
||||||
authorEmail = "manuel@manuelcortez.net"
|
authorEmail = "manuel@manuelcortez.net"
|
||||||
copyright = "Copyright (C) 2018, Manuel Cortez"
|
copyright = "Copyright (C) 2019, Manuel Cortez"
|
||||||
description = name+_(u" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net.")
|
description = name+_(u" Is an application that will allow you to download music from popular sites such as youtube, zaycev.net.")
|
||||||
url = "https://manuelcortez.net/music_dl"
|
url = "https://manuelcortez.net/music_dl"
|
||||||
update_url = "https://manuelcortez.net/music_dl/update"
|
update_url = "https://manuelcortez.net/music_dl/update"
|
||||||
|
Loading…
Reference in New Issue
Block a user